Merge pull request #7773 from corda/snyk-fix-2e680dae431e26ec29ab098ec605b3fe

[Snyk] Security upgrade amazoncorretto from 8u392-al2 to 8u422-al2
This commit is contained in:
Adel El-Beik 2024-07-31 13:19:42 +01:00 committed by GitHub
commit eb99c3088d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 && \