mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
ENT-11171: Updated JDK8 to 392.
This commit is contained in:
parent
daa5de7592
commit
47fd1ec1e4
@ -1,4 +1,4 @@
|
||||
FROM azul/zulu-openjdk:8u382
|
||||
FROM azul/zulu-openjdk:8u392
|
||||
|
||||
## Remove Azul Zulu repo, as it is gone by now
|
||||
RUN rm -rf /etc/apt/sources.list.d/zulu.list
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM azul/zulu-openjdk:8u382
|
||||
FROM azul/zulu-openjdk:8u392
|
||||
|
||||
## Add packages, clean cache, create dirs, create corda user and change ownership
|
||||
RUN apt-get update && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM amazoncorretto:8u382-al2
|
||||
FROM amazoncorretto:8u392-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