Skip to content

Commit

Permalink
Removed unwanted jdk prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanraosv committed May 15, 2024
1 parent acf11d1 commit 8a41727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/evryfs/base-ubuntu:jammy-20231128
LABEL maintainer "David J. M. Karlsen <[email protected]>"
ARG JDK_VERSION=jdk-11.0.23+9
ARG JDK_VERSION=11.0.23+9
ARG DOWNLOAD_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.23_9.tar.gz
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN mkdir -p /usr/lib/jvm && \
Expand Down

0 comments on commit 8a41727

Please sign in to comment.