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 361f54c commit 1eca34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chaincode/artifact-content/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reference: https://github.com/hyperledgendary/fabric-ccaas-asset-transfer-basic

ARG GO_VER=1.16
ARG GO_VER=1.17
ARG ALPINE_VER=3.12

FROM golang:${GO_VER}-alpine${ALPINE_VER}
Expand Down
2 changes: 1 addition & 1 deletion chaincode/artifact-content/docker/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/chaordicledger/artifact-content/chaincode-external

go 1.16
go 1.17

require (
github.com/hyperledger/fabric-chaincode-go v0.0.0-20200424173110-d7076418f212
Expand Down

0 comments on commit 1eca34a

Please sign in to comment.