Skip to content

Commit

Permalink
Set new java version (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelRoynstrand authored Sep 3, 2024
1 parent 1ced9b9 commit 3a813b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/evryfs/base-ubuntu:jammy-20231128
LABEL maintainer "David J. M. Karlsen <[email protected]>"
ARG JDK_VERSION=21.0.1+12
ARG DOWNLOAD_URL=https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/OpenJDK21U-jdk_x64_linux_hotspot_21.0.1_12.tar.gz
ARG JDK_VERSION=21.0.4+7
ARG DOWNLOAD_URL=https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.4_7.tar.gz
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN mkdir -p /usr/lib/jvm && \
curl -Ls ${DOWNLOAD_URL} | tar xzv -C /usr/lib/jvm && \
Expand Down

0 comments on commit 3a813b8

Please sign in to comment.