Skip to content

Commit

Permalink
Specify exact version of fabric-chaincode-wasm
Browse files Browse the repository at this point in the history
Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti committed Sep 17, 2020
1 parent 35ba4ea commit 7378998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ FROM base AS wasmcc
WORKDIR /tmp/wasmer
RUN curl -sSL https://github.com/wasmerio/wasmer/releases/download/0.17.1/wasmer-c-api-linux-amd64.tar.gz | tar xzf -
WORKDIR /tmp/wasmcc
RUN git clone https://github.com/hyperledgendary/fabric-chaincode-wasm.git \
RUN git clone -b tp1 --depth 1 https://github.com/hyperledgendary/fabric-chaincode-wasm.git \
&& cd fabric-chaincode-wasm \
&& go get -d -v ./... \
&& go install -v ./...
Expand Down

0 comments on commit 7378998

Please sign in to comment.