Merge pull request #7815 from corda/merge-release/os/4.10-release/os/4.11-2024-09-23-346

ENT-12169: Merging forward updates from release/os/4.10 to release/os/4.11 - 2024-09-23
This commit is contained in:
Adel El-Beik 2024-09-24 15:16:56 +01:00 committed by GitHub
commit 447f0711e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:8u392
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:8u392
FROM azul/zulu-openjdk:8u422
## Add packages, clean cache, create dirs, create corda user and change ownership
RUN apt-get update && \