File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
runtime-quarkus-ubuntu-jre Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=$TARGETPLATFORM maven:3.9.9-eclipse-temurin-21@sha256:d98e229685654e7c38a2f121bdf3766505c7fe6841284e45d46ed0411cd480a1 as maven
1+ FROM --platform=$TARGETPLATFORM maven:3.9.9-eclipse-temurin-21@sha256:9ae8f001f2d978fdfe36052cc9950eda99929d410e2b1f03bd35c09f49890fc9 as maven
22
33FROM --platform=$TARGETPLATFORM yolean/builder-base as mandrel
44ARG TARGETARCH
55ARG JAVA_VERSION=java21
6- ARG MANDREL_VERSION=23.1.4 .0-Final
6+ ARG MANDREL_VERSION=23.1.5 .0-Final
77
88RUN set -ex; \
99 ARCH=$TARGETARCH; \
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ FROM --platform=$TARGETPLATFORM yolean/builder-quarkus as maven
33RUN mkdir -p /home/nonroot/.m2
44
55# Note the hardcoded JAVA_VERSION string below, and in runtime-quarkus-ubuntu-jre
6- FROM --platform=$TARGETPLATFORM eclipse-temurin:21.0.4_7 -jdk@sha256:e538e34d1df871c9b7da571582cdc49538f1eaee1dacbfb317a3e7f54abeebae as jdk
6+ FROM --platform=$TARGETPLATFORM eclipse-temurin:21.0.5_11 -jdk@sha256:30cda4693fbb923f2145a0a4e23d03e75b0477df5daccd12049e372e4337aa59 as jdk
77
88RUN echo "JAVA_VERSION=$JAVA_VERSION"
99
1010FROM --platform=$TARGETPLATFORM yolean/runtime-quarkus-ubuntu:root
1111
1212# Version here must match that of JRE above
1313# Path must be that of runtime-quarkus + $JAVA_HOME/bin
14- ENV JAVA_VERSION=jdk-21.0.4+7 \
14+ ENV JAVA_VERSION=jdk-21.0.5+11 \
1515 JAVA_HOME=/opt/java/openjdk \
1616 MAVEN_HOME=/usr/share/maven \
1717 MAVEN_CONFIG=/home/nonroot/.m2 \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM --platform=$TARGETPLATFORM yolean/runtime-quarkus-ubuntu:root
66
77# Version here must match that of JRE above
88# Path must be that of runtime-quarkus-dev + $JAVA_HOME/bin
9- ENV JAVA_VERSION=jdk-21.0.4+7 \
9+ ENV JAVA_VERSION=jdk-21.0.5+11 \
1010 JAVA_HOME=/opt/java/openjdk \
1111 PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1212
You can’t perform that action at this time.
0 commit comments