Skip to content

Commit

Permalink
cfgarden/grootfs-ci:v1.0.1 - go 1.11.2
Browse files Browse the repository at this point in the history
[#161776636]
  • Loading branch information
Tom Godkin committed Nov 9, 2018
1 parent afb5cee commit db8bd50
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 @@ -36,7 +36,7 @@ ENV GOPATH /go
ENV PATH /go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN mkdir -p $GOPATH
RUN \
wget -qO- https://storage.googleapis.com/golang/go1.11.1.linux-amd64.tar.gz | tar -C /usr/local -xzf -
wget -qO- https://storage.googleapis.com/golang/go1.11.2.linux-amd64.tar.gz | tar -C /usr/local -xzf -

################################
# Setup gaol
Expand Down

0 comments on commit db8bd50

Please sign in to comment.