chore(deps): update alpine docker tag to v3.20
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8de5d8aa39
commit
60ba3727ec
@ -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"
|
RUN go get -v && go generate -v && go build -v -ldflags="-s -w"
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.20
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.19
|
FROM alpine:3.20
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
Loading…
Reference in New Issue
Block a user