Skip to content

Commit aa177d2

Browse files
committed
[FAB-12347] Update java cc to baseimage 0.4.13
Change-Id: Ie5a7b45f285eb0e141c0d6c2aa40e9490b706d9b Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent e9c5602 commit aa177d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fabric-chaincode-docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hyperledger/fabric-baseimage:amd64-0.4.12
1+
FROM hyperledger/fabric-baseimage:amd64-0.4.13
22
RUN apt-get update
33
RUN apt-get install zip -y
44
RUN curl -s "https://get.sdkman.io" | bash
@@ -50,4 +50,3 @@ WORKDIR /root/chaincode-java
5050
#Removing non-needed sources
5151
RUN rm -rf example-src/*
5252
RUN rm -rf shim-src
53-

0 commit comments

Comments
 (0)