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