Skip to content

Commit dae672d

Browse files
authored
Update to Go 1.7.3.
1 parent 5043483 commit dae672d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM octohost/base:trusty
22

3-
ENV GO_VERSION=1.7.1
3+
ENV GO_VERSION=1.7.3
44

55
RUN curl -sf -o /tmp/go${GO_VERSION}.linux-amd64.tar.gz -L https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz; \
66
mkdir -p /opt && cd /opt && tar xfz /tmp/go${GO_VERSION}.linux-amd64.tar.gz && rm -f /tmp/go${GO_VERSION}.linux-amd64.tar.gz

0 commit comments

Comments
 (0)