diff --git a/NoSQL/ce-sec/Dockerfile b/NoSQL/ce-sec/Dockerfile index 2ee774ce14..61aa50287d 100644 --- a/NoSQL/ce-sec/Dockerfile +++ b/NoSQL/ce-sec/Dockerfile @@ -1,7 +1,7 @@ # Copyright (c) 2022, 2025 Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ # -FROM ghcr.io/graalvm/jdk-community:21 +FROM ghcr.io/graalvm/jdk:ol9-java17 LABEL org.opencontainers.image.source = "https://github.com/oracle/docker-images" diff --git a/NoSQL/ce/Dockerfile b/NoSQL/ce/Dockerfile index ba872bd8b6..ad1f70f885 100644 --- a/NoSQL/ce/Dockerfile +++ b/NoSQL/ce/Dockerfile @@ -1,7 +1,7 @@ # Copyright (c) 2022, 2025 Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ # -FROM ghcr.io/graalvm/jdk-community:21 +FROM ghcr.io/graalvm/jdk:ol9-java17 LABEL org.opencontainers.image.source = "https://github.com/oracle/docker-images"