mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
ENT-6753 update base images
This commit is contained in:
parent
3f2168b562
commit
415c068616
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user