Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21.0 (#552)
Browse files Browse the repository at this point in the history
automated merge
  • Loading branch information
lunar-renovate authored Dec 9, 2024
1 parent 175ce06 commit 078eb39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-daemon-goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.3 as builder
FROM alpine:3.21.0 as builder

RUN apk update
RUN apk add ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-server
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY cmd/server/ ./cmd/server/

RUN go build -o server cmd/server/main.go

FROM alpine:3.20.3
FROM alpine:3.21.0
RUN apk update && \
apk add --no-cache \
openssh-keygen bash openssh-client git ca-certificates gnupg
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-server-goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.3
FROM alpine:3.21.0
RUN apk update && \
apk add --no-cache \
openssh-keygen bash openssh-client git ca-certificates gnupg
Expand Down

0 comments on commit 078eb39

Please sign in to comment.