Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Upgrade java-patch-version
  • Loading branch information
oysvendsen authored Aug 28, 2024
1 parent c020141 commit b76e051
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 DOWNLAOD_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 && \

Check failure on line 6 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

SC2086 info: Double quote to prevent globbing and word splitting.
curl -Ls ${DOWNLOAD_URL} | tar xzv -C /usr/lib/jvm && \
Expand Down

0 comments on commit b76e051

Please sign in to comment.