Skip to content

Commit

Permalink
Updated to latest jdk17 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanraosv committed May 15, 2024
1 parent 2fc978a commit e574b0f
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=17.0.7+7
ARG DOWNLOAD_URL=https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.7_7.tar.gz
ARG JDK_VERSION=17.0.11+9
ARG DOWNLOAD_URL=https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.11%2B9/OpenJDK17U-jdk_x64_linux_hotspot_17.0.11_9.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 e574b0f

Please sign in to comment.