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 a6eb566 commit bdee917Copy full SHA for bdee917
Dockerfile
@@ -33,7 +33,7 @@ EOT
33
RUN <<-EOT
34
set -eux
35
mkdir -p /usr/lib/jvm/oracle8
36
- 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
37
EOT
38
39
# Install Ubuntu's OpenJDK 17 and fix broken symlinks:
0 commit comments