mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-6975: Updated docker jdk version to 345 for zulu ubuntu and 8u342-al2 for amazon corretto.
This commit is contained in:
parent
670c7d49c1
commit
c23f74bc3f
@ -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
|
||||
RUN apt-get update && \
|
||||
|
@ -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
|
||||
RUN apt-get update && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM amazoncorretto:8u322-al2
|
||||
FROM amazoncorretto:8u342-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