We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a14d0 commit 846faa7Copy full SHA for 846faa7
Dockerfile
@@ -25,7 +25,7 @@ RUN set -eux; \
25
ENV LANG="en_US.UTF-8" \
26
JAVA_HOME="/usr/local/java" \
27
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"
+ JAVA_URL="https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_linux-x64_bin.tar.gz"
29
30
# Install Java and make the operator run with a non-root user id (1000 is the `oracle` user)
31
RUN set -eux; \
0 commit comments