chore(deps): update alpine docker tag to v3.23
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Renovate Bot 2025-12-03 22:03:47 +00:00
commit fbfb77da69
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ WORKDIR /go/src/git.nemunai.re/nemunaire/reveil
RUN go get -v && go generate -v && go build -tags pulse -ldflags="-s -w"
FROM alpine:3.22
FROM alpine:3.23
VOLUME /data
WORKDIR /data

View file

@ -1,4 +1,4 @@
FROM alpine:3.22
FROM alpine:3.23
VOLUME /data
WORKDIR /data