We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a85cd commit 5e753deCopy full SHA for 5e753de
examples/fabric-contract-example-as-service/Dockerfile
@@ -4,7 +4,7 @@
4
# Example multi-stage dockerfile for Java Chaincode
5
6
# the first stage
7
-FROM gradle:8-jdk21 AS gradle_build
+FROM gradle:9-jdk21 AS gradle_build
8
9
# copy the build.gradle and src code to the container
10
COPY src/ src/
0 commit comments