Skip to content

Commit

Permalink
Update alpine Docker tag to v3.17.1 (#467)
Browse files Browse the repository at this point in the history
Co-authored-by: Kasper Juul Hermansen <kah@lunar.app>
  • Loading branch information
lunar-renovate and kjuulh committed Jan 30, 2023
1 parent cb5f044 commit 3e305cf
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.17.0 as builder
FROM alpine:3.17.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.17.0
FROM alpine:3.17.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.17.0
FROM alpine:3.17.1
RUN apk update && \
apk add --no-cache \
openssh-keygen bash openssh-client git ca-certificates gnupg
Expand Down

0 comments on commit 3e305cf

Please sign in to comment.