Skip to content

Commit 49cff04

Browse files
snyk-botkhanhtc1202
authored andcommitted
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 <khanhtc1202@gmail.com>
1 parent e3e4854 commit 49cff04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pipecd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY . ./
2929

3030
RUN make build/go MOD=pipecd
3131

32-
FROM alpine:3.21.0
32+
FROM alpine:3.21.3
3333

3434
ARG GOOGLE_CLOUD_SDK_VERSION=477.0.0
3535

0 commit comments

Comments
 (0)