We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c7b30 commit 50c35d6Copy full SHA for 50c35d6
examples/fabric-contract-example-as-service/Dockerfile
@@ -15,7 +15,7 @@ RUN gradle build shadowJar
15
16
17
# the second stage of our build just needs the compiled files
18
-FROM eclipse-temurin:21-jre
+FROM eclipse-temurin:25-jre
19
# copy only the artifacts we need from the first stage and discard the rest
20
COPY --from=gradle_build /home/gradle/build/libs/chaincode.jar /chaincode.jar
21
0 commit comments