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#
@@ -46,10 +46,10 @@ RUN set -eux; \
4646 ARCH="$(uname -m)" && \
4747 if [ "$ARCH" = "x86_64" ]; \
4848 then \
49- mv "$(ls /tmp/jdk-11*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
49+ mv "$(ls /tmp/jdk-11*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
5050 JAVA_SHA256=d22d0fcca761861a1eb2f5f6eb116c933354e8b1f76b3cda189c722cc0177c98 ; \
5151 else \
52- mv "$(ls /tmp/jdk-11*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
52+ mv "$(ls /tmp/jdk-11*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
5353 JAVA_SHA256=3fc0d93f6363d32723c293ba5a9016e8ab27410351ed804020cfe71e87d3bc0a ; \
5454 fi && \
5555 echo "$JAVA_SHA256 */tmp/jdk.tar.gz" | sha256sum -c -; \
You can’t perform that action at this time.
0 commit comments