Skip to content

Commit 50c35d6

Browse files
Bump eclipse-temurin in fabric-contract-example-as-service (#462)
Bumps eclipse-temurin from 21-jre to 25-jre. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77c7b30 commit 50c35d6

File tree

1 file changed

+1
-1
lines changed
  • examples/fabric-contract-example-as-service

1 file changed

+1
-1
lines changed

examples/fabric-contract-example-as-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN gradle build shadowJar
1515

1616

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

0 commit comments

Comments
 (0)