mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Fix gradle version used in asset-transfer-basic/chaincode-java image build to 7 (#961)
This patch fixes the gradle version used in asset-transfer-basic/ chaincode-java build to 7. The reason is because the gradle version in the gradle:jdk11-alpine image is updated from 7 to 8, which seems to cause the build to fail. Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
This commit is contained in:
parent
128950edca
commit
199e290f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# the first stage
|
# the first stage
|
||||||
FROM gradle:jdk11-alpine AS GRADLE_BUILD
|
FROM gradle:7-jdk11-alpine AS GRADLE_BUILD
|
||||||
|
|
||||||
# copy the build.gradle and src code to the container
|
# copy the build.gradle and src code to the container
|
||||||
COPY src/ src/
|
COPY src/ src/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue