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 \
6060 && curl -sSL https://dl.google.com/go/go1.23.3.$TARGETOS-$TARGETARCH.tar.gz | tar xzf - -C /opt/go --strip-components=1
6161
6262RUN 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 \
6464 && 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 \
6565 ; 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 \
6767 && 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 \
6868 ; fi
6969
You can’t perform that action at this time.
0 commit comments