Skip to content

Commit 55054a7

Browse files
authored
Merge pull request #1595 from oracle-devrel/native-build-fix-3
fix
2 parents 9c15b85 + 0b069b3 commit 55054a7

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)