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 @@ -60,10 +60,10 @@ RUN mkdir -p /opt/go /opt/node /opt/java \
60
60
&& curl -sSL https://dl.google.com/go/go1.23.3.$TARGETOS-$TARGETARCH.tar.gz | tar xzf - -C /opt/go --strip-components=1
61
61
62
62
RUN if [ "${TARGETARCH}" = "amd64" ]; then ARCH=x64 \
63
- && curl -sSL https://github.com/adoptium/temurin17 -binaries/releases/download/jdk-17 .0.9%2B9/OpenJDK17U -jdk_${ARCH}_${TARGETOS}_hotspot_17 .0.9_9 .tar.gz | tar xzf - -C /opt/java --strip-components=1 \
63
+ && curl -sSL https://github.com/adoptium/temurin21 -binaries/releases/download/jdk-21 .0.5%2B11/OpenJDK21U -jdk_${ARCH}_${TARGETOS}_hotspot_21 .0.5_11 .tar.gz | tar xzf - -C /opt/java --strip-components=1 \
64
64
&& curl -sSL https://nodejs.org/download/release/v22.11.0/node-v22.11.0-${TARGETOS}-${ARCH}.tar.xz | tar xJf - -C /opt/node --strip-components=1 \
65
65
; elif [ "${TARGETARCH}" = "arm64" ]; then ARCH=aarch64 \
66
- && curl -sSL https://github.com/adoptium/temurin17 -binaries/releases/download/jdk-17 .0.9%2B9/OpenJDK17U -jdk_${ARCH}_${TARGETOS}_hotspot_17 .0.9_9 .tar.gz | tar xzf - -C /opt/java --strip-components=1 \
66
+ && curl -sSL https://github.com/adoptium/temurin21 -binaries/releases/download/jdk-21 .0.5%2B11/OpenJDK21U -jdk_${ARCH}_${TARGETOS}_hotspot_21 .0.5_11 .tar.gz | tar xzf - -C /opt/java --strip-components=1 \
67
67
&& curl -sSL https://nodejs.org/download/release/v22.11.0/node-v22.11.0-${TARGETOS}-${TARGETARCH}.tar.xz | tar xJf - -C /opt/node --strip-components=1 \
68
68
; fi
69
69
You can’t perform that action at this time.
0 commit comments