Merge pull request #7251 from corda/adel/ENT-6975

ENT-6975: Updated docker jdk version to 345 for zulu ubuntu and 8u342…
This commit is contained in:
Adel El-Beik 2022-10-17 16:51:44 +01:00 committed by GitHub
commit 3238638f22
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:8u322 FROM azul/zulu-openjdk:8u345
## 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 apt-get update && \ RUN apt-get update && \

View File

@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:8u322 FROM azul/zulu-openjdk:8u345
## 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 apt-get update && \ RUN apt-get update && \

View File

@ -1,4 +1,4 @@
FROM amazoncorretto:8u322-al2 FROM amazoncorretto:8u342-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 && \