Skip to content

Commit 0b069b3

Browse files
fix
1 parent 9c15b85 commit 0b069b3

File tree

1 file changed

+1
-1
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files

1 file changed

+1
-1
lines changed

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN native-image \
1818
-cp "/app/Hellofunc-1.0-SNAPSHOT.jar:/app/*" \
1919
com.fnproject.fn.runtime.EntryPoint
2020

21-
FROM fnproject/fn-java-fdk:jre17-1.0.198 as fdk
21+
FROM fnproject/fn-java-fdk:jre17-latest as fdk
2222

2323
FROM container-registry.oracle.com/os/oraclelinux:8-slim
2424
COPY --from=native /app/Hello .

0 commit comments

Comments
 (0)