chore(deps): update alpine docker tag to v3.20
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-05-22 19:22:45 +00:00
parent 8de5d8aa39
commit 60ba3727ec
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 -v -ldflags="-s -w"
FROM alpine:3.19
FROM alpine:3.20
VOLUME /data
WORKDIR /data

View File

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