From d39879d3eaea6624db44769fc2d511a14565caaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:22:28 +0000 Subject: [PATCH] Bump eclipse-temurin in /examples/fabric-contract-example-as-service Bumps eclipse-temurin from 21-jre to 25-jre. --- updated-dependencies: - dependency-name: eclipse-temurin dependency-version: 25-jre dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/fabric-contract-example-as-service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fabric-contract-example-as-service/Dockerfile b/examples/fabric-contract-example-as-service/Dockerfile index 39ff1e6c..519bfe15 100644 --- a/examples/fabric-contract-example-as-service/Dockerfile +++ b/examples/fabric-contract-example-as-service/Dockerfile @@ -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