Merging forward updates from release/os/4.9 to release/os/4.10 - 2024-09-19

This commit is contained in:
r3-build 2024-09-19 15:05:07 +00:00
commit eae11e20a8
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:8u382
FROM azul/zulu-openjdk:8u422
## Remove Azul Zulu repo, as it is gone by now
RUN rm -rf /etc/apt/sources.list.d/zulu.list

View File

@ -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
RUN apt-get update && \

View File

@ -1,4 +1,4 @@
FROM amazoncorretto:8u382-al2
FROM amazoncorretto:8u422-al2023
## Add packages, clean cache, create dirs, create corda user and change ownership
RUN yum -y install bash && \