Skip to content

Commit a7906e3

Browse files
aureliogrbDjelibeybi
authored andcommitted
Updated copyright to 2024
Fixed indentation
1 parent 49965e3 commit a7906e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OracleJava/11/Dockerfile.ol8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 -; \

0 commit comments

Comments
 (0)