chore(deps): update alpine docker tag to v3.22
This commit is contained in:
parent
62e41b77da
commit
75441e65e6
2 changed files with 2 additions and 2 deletions
|
@ -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.21
|
||||
FROM alpine:3.22
|
||||
|
||||
VOLUME /data
|
||||
WORKDIR /data
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.21
|
||||
FROM alpine:3.22
|
||||
|
||||
VOLUME /data
|
||||
WORKDIR /data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue