mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Merge pull request #7456 from corda/ronanb/merge-4.9--4.10-2023-08-23
ES-1140: Merging forward updates from 4.9 to 4.10 (2023-07-20)
This commit is contained in:
commit
c00dab34f7
@ -1,4 +1,4 @@
|
||||
FROM azul/zulu-openjdk:8u352
|
||||
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:8u352
|
||||
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:8u342-al2
|
||||
FROM amazoncorretto:8u382-al2
|
||||
|
||||
## Add packages, clean cache, create dirs, create corda user and change ownership
|
||||
RUN yum -y install bash && \
|
||||
|
Loading…
Reference in New Issue
Block a user