chore(deps): update alpine docker tag to v3.21 #223

Merged
nemunaire merged 1 commits from renovate/alpine-3.x into master 2025-01-04 11:17:26 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 475f9260c3 - Show all commits

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