mirror of
https://github.com/corda/corda.git
synced 2025-04-25 05:19:44 +00:00
ENT-12168 - Upgrade JDKs (#7812)
This commit is contained in:
parent
740144cf61
commit
4e265001c2
@ -1,4 +1,4 @@
|
|||||||
FROM azul/zulu-openjdk:8u382
|
FROM azul/zulu-openjdk:8u422
|
||||||
|
|
||||||
## Remove Azul Zulu repo, as it is gone by now
|
## Remove Azul Zulu repo, as it is gone by now
|
||||||
RUN rm -rf /etc/apt/sources.list.d/zulu.list
|
RUN rm -rf /etc/apt/sources.list.d/zulu.list
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM azul/zulu-openjdk:8u382
|
FROM azul/zulu-openjdk:8u422
|
||||||
|
|
||||||
## Add packages, clean cache, create dirs, create corda user and change ownership
|
## Add packages, clean cache, create dirs, create corda user and change ownership
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM amazoncorretto:8u382-al2
|
FROM amazoncorretto:8u422-al2023
|
||||||
|
|
||||||
## Add packages, clean cache, create dirs, create corda user and change ownership
|
## Add packages, clean cache, create dirs, create corda user and change ownership
|
||||||
RUN yum -y install bash && \
|
RUN yum -y install bash && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user