Skip to content

Commit 3763033

Browse files
sarahchen6bric3
andauthored
Update to 8u451
Co-authored-by: Brice Dutheil <[email protected]>
1 parent 9b8d97e commit 3763033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && \
3030
RUN <<-EOT
3131
set -eux
3232
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
33+
curl -L --fail "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=252034_8a1589aa0fe24566b4337beee47c2d29" | tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
3434
EOT
3535

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

0 commit comments

Comments
 (0)