Skip to content

Commit 6021dd9

Browse files
fix: cmd/helloworld/Dockerfile to reduce vulnerabilities (#5567)
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> Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent a6511aa commit 6021dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/helloworld/Dockerfile

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

1010
RUN make build/go MOD=helloworld
1111

12-
FROM alpine:3.21.0
12+
FROM alpine:3.21.3
1313

1414
COPY --from=builder /app/.artifacts/helloworld /usr/local/bin/helloworld
1515

0 commit comments

Comments
 (0)