diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-04-14 17:26:43 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-04-14 17:26:43 -0700 |
commit | 2a3f4ba169462ee0493a1b25a7bcc00765eef3ea (patch) | |
tree | 7f9da51f9669ee4fba8dd2d82ec6618e157fe6b6 /Dockerfile | |
parent | 95812a9e702b8fbcf5a80fca3b1acaf57d29f582 (diff) |
update to golang:latest
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Base our image on an official, minimal image of our preferred golang -FROM golang:1.8.1 +FROM golang:latest # Note: The default golang docker image, already has the GOPATH env variable set. # GOPATH is located at /go |