Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21.1 (#553)
Browse files Browse the repository at this point in the history
automated merge
  • Loading branch information
lunar-renovate authored Jan 8, 2025
1 parent 078eb39 commit ab16e70
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.21.0 as builder
FROM alpine:3.21.1 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.21.0
FROM alpine:3.21.1
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.21.0
FROM alpine:3.21.1
RUN apk update && \
apk add --no-cache \
openssh-keygen bash openssh-client git ca-certificates gnupg
Expand Down

0 comments on commit ab16e70

Please sign in to comment.