Skip to content

Commit 685c31a

Browse files
committed
Update to 8u451
1 parent 066b8b8 commit 685c31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ EOT
3838
RUN <<-EOT
3939
set -eux
4040
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
41+
curl -L --fail "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=252034_8a1589aa0fe24566b4337beee47c2d29" | tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
4242
EOT
4343

4444
# Install Ubuntu's OpenJDK 17 and fix broken symlinks:

0 commit comments

Comments
 (0)