Skip to content

Commit

Permalink
Updated go version for artifact-content docker image build.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchinm committed Mar 31, 2023
1 parent 13298f9 commit 9d3c0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaincode/artifact-content/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN rm -rf /var/cache/apk/* && \
update-ca-certificates && \
#go mod init github.com/chaordicledger/artifact-content/chaincode-external && \
go mod vendor && \
go mod tidy && \
go mod tidy -compat=1.17 && \
go get -d -v ./... && \
go install -v ./...

Expand Down

0 comments on commit 9d3c0dc

Please sign in to comment.