mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
fix: docker/src/docker/DockerfileAL to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2-CPIO-6371135 - https://snyk.io/vuln/SNYK-AMZN2-GLIBCMINIMALLANGPACK-6745170 - https://snyk.io/vuln/SNYK-AMZN2-LIBNGHTTP2-6745071 - https://snyk.io/vuln/SNYK-AMZN2-NSS-6229002 - https://snyk.io/vuln/SNYK-AMZN2-NSSTOOLS-6229107
This commit is contained in:
parent
4005e56da6
commit
ca7cf73ceb
@ -1,4 +1,4 @@
|
||||
FROM amazoncorretto:8u392-al2
|
||||
FROM amazoncorretto:8u422-al2
|
||||
|
||||
## Add packages, clean cache, create dirs, create corda user and change ownership
|
||||
RUN yum -y install bash && \
|
||||
|
Loading…
Reference in New Issue
Block a user