chore(deps): update alpine docker tag to v3.21
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
71a4d9abe3
commit
475f9260c3
@ -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"
|
RUN go get -v && go generate -v && go build -tags pulse -ldflags="-s -w"
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.20
|
FROM alpine:3.21
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.20
|
FROM alpine:3.21
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
Loading…
Reference in New Issue
Block a user