Skip to content

Commit 07b21dc

Browse files
committed
docker base image upgrade to Java 25 for fhir and bpe
* Upgrade from azul/zulu-openjdk:21-jre-headless to azul/zulu-openjdk:25-jre-headless * Hats off to the Azul team for making Java 25 docker images available just 24 hours after its official release
1 parent bfc1f11 commit 07b21dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsf-bpe/dsf-bpe-server-jetty/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN chown root:java ./ && \
88
chmod 1775 ./log
99

1010

11-
FROM azul/zulu-openjdk:21-jre-headless
11+
FROM azul/zulu-openjdk:25-jre-headless
1212
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
1313
LABEL org.opencontainers.image.description="DSF BPE Server"
1414
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

dsf-fhir/dsf-fhir-server-jetty/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN chown root:java ./ && \
88
chmod 1775 ./log
99

1010

11-
FROM azul/zulu-openjdk:21-jre-headless
11+
FROM azul/zulu-openjdk:25-jre-headless
1212
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
1313
LABEL org.opencontainers.image.description="DSF FHIR Server"
1414
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

0 commit comments

Comments
 (0)