Skip to content

Commit 0c26c36

Browse files
Bump gradle in /examples/fabric-contract-example-as-service
Bumps gradle from 8-jdk21 to 9-jdk21. --- updated-dependencies: - dependency-name: gradle dependency-version: 9-jdk21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15cf83b commit 0c26c36

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
@@ -4,7 +4,7 @@
44
# Example multi-stage dockerfile for Java Chaincode
55

66
# the first stage
7-
FROM gradle:8-jdk21 AS gradle_build
7+
FROM gradle:9-jdk21 AS gradle_build
88

99
# copy the build.gradle and src code to the container
1010
COPY src/ src/

0 commit comments

Comments
 (0)