File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1212ARG TARGETARCH
1313ARG BUILDDATE
1414ARG 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}"
4343RUN echo $JAVA_HOME
4444RUN ls -l $JAVA_HOME
4545RUN $JAVA_HOME/bin/java -version
You can’t perform that action at this time.
0 commit comments