Merge pull request #7817 from corda/merge-release/os/4.11-release/os/4.12-2024-09-24-389

ENT-12169: Merging forward updates from release/os/4.11 to release/os/4.12 - 2024-09-24
This commit is contained in:
Adel El-Beik 2024-09-30 19:01:29 +01:00 committed by GitHub
commit 511633a80e
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:17.0.8.1
FROM azul/zulu-openjdk:17.0.12
## 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:17.0.8.1
FROM azul/zulu-openjdk:17.0.12
## Add packages, clean cache, create dirs, create corda user and change ownership
RUN apt-get update && \