mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Use alpine based gradle image to build basic transfer java CC container
This changes the base image used to build the chaincode-as-a-service java container to the alpine version which is sufficient and less taxing than using the full gradle:jdk11 one. Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
This commit is contained in:
parent
bfe8f6e04d
commit
6ede244d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# the first stage
|
||||
FROM gradle:jdk11 AS GRADLE_BUILD
|
||||
FROM gradle:jdk11-alpine AS GRADLE_BUILD
|
||||
|
||||
# copy the build.gradle and src code to the container
|
||||
COPY src/ src/
|
||||
|
|
|
|||
Loading…
Reference in a new issue