diff options
-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. |