ENT-6975: Update Zulu docker files to use Zulu JDK 352. (#7256)

This commit is contained in:
Adel El-Beik 2022-10-31 08:47:40 +00:00 committed by GitHub
parent 7a133f687c
commit de76ebab23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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