Merge pull request #7588 from corda/adel/ENT-11171

ENT-11171: Updated JDK8 to 392.
This commit is contained in:
Adel El-Beik 2023-11-23 14:44:18 +00:00 committed by GitHub
commit 21a5f20d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:8u382
FROM azul/zulu-openjdk:8u392
## Remove Azul Zulu repo, as it is gone by now
RUN rm -rf /etc/apt/sources.list.d/zulu.list

View File

@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:8u382
FROM azul/zulu-openjdk:8u392
## Add packages, clean cache, create dirs, create corda user and change ownership
RUN apt-get update && \

View File

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