mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ES-1140: use java 8u382 in base image
This commit is contained in:
parent
c813533191
commit
a60ed8e479
@ -1,4 +1,4 @@
|
||||
FROM azul/zulu-openjdk:8u322
|
||||
FROM azul/zulu-openjdk:8u382
|
||||
|
||||
## 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:8u322
|
||||
FROM azul/zulu-openjdk:8u382
|
||||
|
||||
## 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:8u382-al2
|
||||
|
||||
## Add packages, clean cache, create dirs, create corda user and change ownership
|
||||
RUN yum -y install bash && \
|
||||
|
BIN
lib/quasar.jar
BIN
lib/quasar.jar
Binary file not shown.
Loading…
Reference in New Issue
Block a user