Skip to content

Commit 578990c

Browse files
authored
Update Dockerfile copyright year
and fixed intendention
1 parent eb285c4 commit 578990c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

OracleJava/17/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020, 2022 Oracle and/or its affiliates.
1+
# Copyright (c) 2020, 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
#
@@ -44,10 +44,10 @@ RUN set -eux; \
4444
ARCH="$(uname -m)" && \
4545
if [ "$ARCH" = "x86_64" ]; \
4646
then \
47-
mv "$(ls /tmp/jdk-17*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
47+
mv "$(ls /tmp/jdk-17*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
4848
JAVA_SHA256=f7a6fdebeb11840e1f5314bc330feb75b67e52491cf39073dbf3e51e3889ff08 ; \
4949
else \
50-
mv "$(ls /tmp/jdk-17*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
50+
mv "$(ls /tmp/jdk-17*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
5151
JAVA_SHA256=277e0010e7b17583e63827f9537a153ea79cb4b6ca28d523cd8a82f14a24a769 ; \
5252
fi && \
5353
echo "$JAVA_SHA256 */tmp/jdk.tar.gz" | sha256sum -c -; \
@@ -84,4 +84,4 @@ RUN set -eux; \
8484
alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; \
8585
done;
8686

87-
CMD ["jshell"]
87+
CMD ["jshell"]

0 commit comments

Comments
 (0)