aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aristanetworks/goarista/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/aristanetworks/goarista/Dockerfile')
-rw-r--r--vendor/github.com/aristanetworks/goarista/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/aristanetworks/goarista/Dockerfile b/vendor/github.com/aristanetworks/goarista/Dockerfile
index e8a0f4179..0322e564e 100644
--- a/vendor/github.com/aristanetworks/goarista/Dockerfile
+++ b/vendor/github.com/aristanetworks/goarista/Dockerfile
@@ -3,7 +3,7 @@
# that can be found in the COPYING file.
# TODO: move this to cmd/ockafka (https://github.com/docker/hub-feedback/issues/292)
-FROM golang:1.6
+FROM golang:1.7.3
RUN mkdir -p /go/src/github.com/aristanetworks/goarista/cmd
WORKDIR /go/src/github.com/aristanetworks/goarista