Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.5 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-renovate committed Dec 1, 2023
1 parent 155eee7 commit 730afb8
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.18.4 as builder
FROM alpine:3.18.5 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.18.4
FROM alpine:3.18.5
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.18.4
FROM alpine:3.18.5
RUN apk update && \
apk add --no-cache \
openssh-keygen bash openssh-client git ca-certificates gnupg
Expand Down

0 comments on commit 730afb8

Please sign in to comment.