Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
ci(deps): update alpine docker tag to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 14, 2023
1 parent 0beb412 commit f209d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ADD . /app
RUN make generate_swagger
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o kubernetes-update-manager

FROM alpine:3.17
FROM alpine:3.18
WORKDIR /app
COPY --from=build-env /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build-env /etc/passwd /etc/passwd
Expand Down

0 comments on commit f209d75

Please sign in to comment.