Skip to content

Commit 251bc29

Browse files
authored
Use OpenJDK 16.0.1 (#2327)
1 parent 1e82f4d commit 251bc29

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
@@ -24,8 +24,7 @@ RUN set -eux; \
2424
ENV LANG="en_US.UTF-8" \
2525
JAVA_HOME="/usr/local/java" \
2626
PATH="/operator:$JAVA_HOME/bin:$PATH" \
27-
JAVA_VERSION="16" \
28-
JAVA_URL="https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-x64_bin.tar.gz"
27+
JAVA_URL="https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-x64_bin.tar.gz"
2928

3029
# Install Java and make the operator run with a non-root user id (1000 is the `oracle` user)
3130
RUN set -eux; \

0 commit comments

Comments
 (0)