diff --git a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/Dockerfile.native b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/Dockerfile.native index 44d4967d9..3f01a6d7b 100644 --- a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/Dockerfile.native +++ b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/Dockerfile.native @@ -18,7 +18,7 @@ RUN native-image \ -cp "/app/Hellofunc-1.0-SNAPSHOT.jar:/app/*" \ com.fnproject.fn.runtime.EntryPoint -FROM fnproject/fn-java-fdk:jre17-1.0.198 as fdk +FROM fnproject/fn-java-fdk:jre17-latest as fdk FROM container-registry.oracle.com/os/oraclelinux:8-slim COPY --from=native /app/Hello .