Skip to content

Commit f451815

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202
1 parent dd2c8f5 commit f451815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the base image to use for subsequent instructions
2-
FROM alpine:3.19
2+
FROM alpine:3.21.0
33

44
# hadolint ignore=DL3018
55
RUN apk add --no-cache aws-cli bash curl jq

0 commit comments

Comments
 (0)