Skip to content

Commit

Permalink
Update to jdk17.0.12+7 (#189)
Browse files Browse the repository at this point in the history
* Update Dockerfile

Upgrade java-patch-version

* Update Dockerfile

fix typo that Marie noticed
  • Loading branch information
oysvendsen authored Oct 8, 2024
1 parent c020141 commit d99ccd6
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.12+7
ARG DOWNLOAD_URL=https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.12_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 d99ccd6

Please sign in to comment.