Skip to content

Commit 1f8cf6f

Browse files
committed
[Minor] Upgrade base image to Zulu JDK 25 and update JAVA_HOME path
1 parent ae728c9 commit 1f8cf6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pi4j-builder-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# --build-arg BUILDVERSION=1.0.0
99
# --progress=plain .
1010
# ---------------------------------------------------------------------------------
11-
FROM azul/zulu-openjdk:24-latest
11+
FROM azul/zulu-openjdk:25-latest
1212
ARG TARGETARCH
1313
ARG BUILDDATE
1414
ARG BUILDVERSION
@@ -39,7 +39,7 @@ RUN apt-get install --yes git build-essential tree nano file curl wget autoconf
3939
# Zulu OpenJDK (JDK) is installed because we started from an Ubuntu Zulu Docker image
4040
# https://docs.azul.com/core/install/docker
4141
# But we still need to configure the JAVA_HOME environment variable for Maven
42-
ENV JAVA_HOME="/usr/lib/jvm/zulu24-ca-${TARGETARCH}"
42+
ENV JAVA_HOME="/usr/lib/jvm/zulu25-ca-${TARGETARCH}"
4343
RUN echo $JAVA_HOME
4444
RUN ls -l $JAVA_HOME
4545
RUN $JAVA_HOME/bin/java -version

0 commit comments

Comments
 (0)