Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/fabric-contract-example-as-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN gradle build shadowJar


# the second stage of our build just needs the compiled files
FROM eclipse-temurin:21-jre
FROM eclipse-temurin:25-jre
# copy only the artifacts we need from the first stage and discard the rest
COPY --from=gradle_build /home/gradle/build/libs/chaincode.jar /chaincode.jar

Expand Down