chore(deps): update alpine docker tag to v3.21
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Renovate Bot 2024-12-05 23:30:12 +00:00
parent 71a4d9abe3
commit 475f9260c3
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.20
FROM alpine:3.21
VOLUME /data
WORKDIR /data

View File

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
VOLUME /data
WORKDIR /data