diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index af82651..f0a35a1 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -1,5 +1,5 @@ # Using Oracle GraalVM for JDK 17 -FROM devatherock/graalvm:21-ol8 AS builder +FROM container-registry.oracle.com/graalvm/native-image:21-ol8 AS builder # Set the working directory to /home/app WORKDIR /build