diff options
author | Steve <nilslice@gmail.com> | 2017-04-14 17:14:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-14 17:14:42 -0700 |
commit | d686a2a0d6c9d22464e470e715ccd759c0481de7 (patch) | |
tree | db81bc50e7477930ab0b20043f019bc16fc2417d /Dockerfile | |
parent | 9840fc2341f125f64a6089366197ca9012a9026f (diff) |
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ -# Base our image on an official, minimal image of our preferred goLang +# Base our image on an official, minimal image of our preferred golang FROM golang:1.8.1 # Note: The default golang docker image, already has the GOPATH env variable set. |