Skip to content

Commit 25a46da

Browse files
committed
Typo in Dockerfile
1 parent c577c79 commit 25a46da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -eux; \
1818
tar --extract --file /jdk.tar.gz --directory /jdk --strip-components 1; \
1919
/jdk/bin/jlink --verbose --compress 2 --strip-java-debug-attributes --no-header-files --no-man-pages --output jre --add-modules java.base,java.desktop,java.instrument,java.management,java.naming,java.net.http,java.sql,jdk.attach,jdk.jdi,jdk.unsupported,jdk.crypto.ec,jdk.zipfs
2020

21-
FROM ghcr.io/oracle/oraclelinux:8-slim
21+
FROM ghcr.io/oracle/oraclelinux:9-slim
2222

2323
LABEL "org.opencontainers.image.authors"="Ryan Eberhard <[email protected]>" \
2424
"org.opencontainers.image.url"="https://github.com/oracle/weblogic-kubernetes-operator" \

0 commit comments

Comments
 (0)