Skip to content

Commit

Permalink
Merge branch 'java11' of https://github.com/evryfs/base-java into fea…
Browse files Browse the repository at this point in the history
…ture/java11

# Conflicts:
#	Dockerfile
  • Loading branch information
mohanraosv committed Sep 3, 2024
2 parents c8166a5 + ab847e9 commit 60b7772
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=11.0.23+9
ARG JDK_VERSION=11.0.28+8
ARG DOWNLOAD_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jdk_x64_linux_hotspot_11.0.24_8.tar.gz
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN mkdir -p /usr/lib/jvm && \
Expand Down

0 comments on commit 60b7772

Please sign in to comment.