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 066b8b8 commit 685c31aCopy full SHA for 685c31a
Dockerfile
@@ -38,7 +38,7 @@ EOT
38
RUN <<-EOT
39
set -eux
40
mkdir -p /usr/lib/jvm/oracle8
41
- curl -L --fail "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=246284_165374ff4ea84ef0bbd821706e29b123" | tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
+ curl -L --fail "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=252034_8a1589aa0fe24566b4337beee47c2d29" | tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
42
EOT
43
44
# Install Ubuntu's OpenJDK 17 and fix broken symlinks:
0 commit comments