We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8d97e commit 3763033Copy full SHA for 3763033
Dockerfile
@@ -30,7 +30,7 @@ RUN apt-get update && \
30
RUN <<-EOT
31
set -eux
32
mkdir -p /usr/lib/jvm/oracle8
33
- 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
34
EOT
35
36
# Install Ubuntu's OpenJDK 17 and fix broken symlinks:
0 commit comments