fix: docker/src/docker/DockerfileAL to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-AMZN2-EXPAT-8545078
- https://snyk.io/vuln/SNYK-AMZN2-CURL-8611959
- https://snyk.io/vuln/SNYK-AMZN2-GLIBC-8545261
- https://snyk.io/vuln/SNYK-AMZN2-GLIBCCOMMON-8545325
- https://snyk.io/vuln/SNYK-AMZN2-LIBCURL-8611960
This commit is contained in:
snyk-bot 2025-02-02 06:18:40 +00:00
parent 80c416f8e2
commit a7701415eb
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -1,4 +1,4 @@
FROM amazoncorretto:8u422-al2 FROM amazoncorretto:8u442-al2
## Add packages, clean cache, create dirs, create corda user and change ownership ## Add packages, clean cache, create dirs, create corda user and change ownership
RUN yum -y install bash && \ RUN yum -y install bash && \