Skip to content

Commit 5e753de

Browse files
Bump gradle in /examples/fabric-contract-example-as-service (#441)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02a85cd commit 5e753de

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)