We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5043483 commit dae672dCopy full SHA for dae672d
Dockerfile
@@ -1,6 +1,6 @@
1
FROM octohost/base:trusty
2
3
-ENV GO_VERSION=1.7.1
+ENV GO_VERSION=1.7.3
4
5
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; \
6
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