Skip to content

Commit

Permalink
feat(tools): upgrade go to 1.16.3 in Fabric 1.4.x AIO image
Browse files Browse the repository at this point in the history
This was initially a candidate for resolving the issue of #914 but
later that idea turned out to not work.
At the end of the day we always thrive to work with the latest and
greatest of all of our dependencies CVEs permitting so the upgrade
can stay in as a valid change.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed May 28, 2021
1 parent 38e34d6 commit d28ed6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/fabric-all-in-one/Dockerfile_v1.4.x
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ RUN apk add --no-cache curl
RUN apk add --no-cache file

# Download and setup path variables for Go
RUN wget https://golang.org/dl/go1.15.5.linux-amd64.tar.gz
RUN tar -xvf go1.15.5.linux-amd64.tar.gz
RUN wget https://golang.org/dl/go1.16.3.linux-amd64.tar.gz
RUN tar -xvf go1.16.3.linux-amd64.tar.gz
RUN mv go /usr/local
ENV GOROOT=/usr/local/go
ENV GOPATH=/usr/local/go
Expand Down

0 comments on commit d28ed6e

Please sign in to comment.