chore(deps): update alpine docker tag to v3.19
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Renovate Bot 2023-12-09 20:51:49 +00:00
parent f1c9cf8c30
commit 9ede9c7a37
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,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.18
FROM alpine:3.19
VOLUME /data
WORKDIR /data

View File

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