Skip to content

Commit bdee917

Browse files
committed
Update to 8u451
1 parent a6eb566 commit bdee917

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
@@ -33,7 +33,7 @@ EOT
3333
RUN <<-EOT
3434
set -eux
3535
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
36+
curl -L --fail "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=252034_8a1589aa0fe24566b4337beee47c2d29" | tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
3737
EOT
3838

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

0 commit comments

Comments
 (0)