ENT-6753 update base images

This commit is contained in:
Ronan Browne 2022-04-12 13:56:06 +01:00 committed by GitHub
parent 3f2168b562
commit 415c068616
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:8u312
FROM azul/zulu-openjdk:8u322
## Add packages, clean cache, create dirs, create corda user and change ownership
RUN apt-get update && \

View File

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

View File

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