Skip to content

Commit 3e8ffe7

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2023-OPENSSLLIBS-9297972
1 parent 0b03960 commit 3e8ffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Our base image
2-
FROM amazonlinux
2+
FROM amazonlinux:2023.6.20250303.0
33

44
### Update our image
55
RUN yum update -y

0 commit comments

Comments
 (0)