Skip to content

Commit d82695c

Browse files
authored
Merge pull request #150 from oracle/openjdk-16.0.1
Use OpenJDK 16.0.1
2 parents 3ba6e72 + 786d340 commit d82695c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ RUN set -eux; \
3535
ENV LANG="en_US.UTF-8" \
3636
JAVA_HOME="/usr/local/java" \
3737
PATH="/operator:$JAVA_HOME/bin:$PATH" \
38-
JAVA_VERSION="16" \
39-
JAVA_URL="https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-x64_bin.tar.gz"
38+
JAVA_URL="https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-x64_bin.tar.gz"
4039

4140
RUN set -eux; \
4241
curl -fL -o /jdk.tar.gz "$JAVA_URL"; \

0 commit comments

Comments
 (0)