Skip to content

Commit

Permalink
fix: cmd/pipecd/Dockerfile to reduce vulnerabilities (#5404)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201

Signed-off-by: t-kikuc <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
caniszczyk and snyk-bot authored Dec 13, 2024
1 parent fc47480 commit b17af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pipecd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21.0

ARG GOOGLE_CLOUD_SDK_VERSION=477.0.0

Expand Down

0 comments on commit b17af4a

Please sign in to comment.