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.
2 parents 3ba6e72 + 786d340 commit d82695cCopy full SHA for d82695c
Dockerfile
@@ -35,8 +35,7 @@ RUN set -eux; \
35
ENV LANG="en_US.UTF-8" \
36
JAVA_HOME="/usr/local/java" \
37
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"
+ JAVA_URL="https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-x64_bin.tar.gz"
40
41
RUN set -eux; \
42
curl -fL -o /jdk.tar.gz "$JAVA_URL"; \
0 commit comments