File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2019, 2023 Oracle and/or its affiliates.
1+ # Copyright (c) 2019, 2024 Oracle and/or its affiliates.
22#
33# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44#
@@ -45,10 +45,10 @@ RUN set -eux; \
4545 ARCH="$(uname -m)" && \
4646 if [ "$ARCH" = "x86_64" ]; \
4747 then \
48- mv "$(ls /tmp/jdk-11*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
48+ mv "$(ls /tmp/jdk-11*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
4949 JAVA_SHA256=d22d0fcca761861a1eb2f5f6eb116c933354e8b1f76b3cda189c722cc0177c98 ; \
5050 else \
51- mv "$(ls /tmp/jdk-11*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
51+ mv "$(ls /tmp/jdk-11*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
5252 JAVA_SHA256=3fc0d93f6363d32723c293ba5a9016e8ab27410351ed804020cfe71e87d3bc0a ; \
5353 fi && \
5454 echo "$JAVA_SHA256 */tmp/jdk.tar.gz" | sha256sum -c -; \
You can’t perform that action at this time.
0 commit comments