From 49cff04db19fa4a7baf8e1bfcc65a944a84b4b94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 07:13:44 +0000 Subject: [PATCH] fix: cmd/pipecd/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-MUSL-8720634 - https://snyk.io/vuln/SNYK-ALPINE321-MUSL-8720634 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8690014 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8690014 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8710358 Signed-off-by: khanhtc1202 --- cmd/pipecd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pipecd/Dockerfile b/cmd/pipecd/Dockerfile index e70325a23a..64af3e06d2 100644 --- a/cmd/pipecd/Dockerfile +++ b/cmd/pipecd/Dockerfile @@ -29,7 +29,7 @@ COPY . ./ RUN make build/go MOD=pipecd -FROM alpine:3.21.0 +FROM alpine:3.21.3 ARG GOOGLE_CLOUD_SDK_VERSION=477.0.0