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.
2
2
#
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
4
#
@@ -46,10 +46,10 @@ RUN set -eux; \
46
46
ARCH="$(uname -m)" && \
47
47
if [ "$ARCH" = "x86_64" ]; \
48
48
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 ; \
50
50
JAVA_SHA256=d22d0fcca761861a1eb2f5f6eb116c933354e8b1f76b3cda189c722cc0177c98 ; \
51
51
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 ; \
53
53
JAVA_SHA256=3fc0d93f6363d32723c293ba5a9016e8ab27410351ed804020cfe71e87d3bc0a ; \
54
54
fi && \
55
55
echo "$JAVA_SHA256 */tmp/jdk.tar.gz" | sha256sum -c -; \
You can’t perform that action at this time.
0 commit comments