Skip to content

Commit 846faa7

Browse files
authored
Use Java 16.0.2 (#2480)
1 parent 35a14d0 commit 846faa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -eux; \
2525
ENV LANG="en_US.UTF-8" \
2626
JAVA_HOME="/usr/local/java" \
2727
PATH="/operator:$JAVA_HOME/bin:$PATH" \
28-
JAVA_URL="https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-x64_bin.tar.gz"
28+
JAVA_URL="https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_linux-x64_bin.tar.gz"
2929

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

0 commit comments

Comments
 (0)