diff options
author | Anthony Fok <[email protected]> | 2018-06-14 15:50:25 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2018-06-14 15:50:25 -0600 |
commit | 23d5fc82ee01d56440d0991c899acd31e9b63e27 (patch) | |
tree | c12f3d6e148ba17d88f06f9a6e4fc4fe82ac5382 /Dockerfile | |
parent | 8531ec7ca36fd35a57fba06bbb06a65c94dfd3ed (diff) | |
download | hugo-23d5fc82ee01d56440d0991c899acd31e9b63e27.tar.gz hugo-23d5fc82ee01d56440d0991c899acd31e9b63e27.zip |
Update to Go 1.9.7 and Go 1.10.3
for Travis CI, Docker and Snap
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 1086f4f97..919b02237 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Twitter: https://twitter.com/gohugoio # Website: https://gohugo.io/ -FROM golang:1.10.0-alpine3.7 AS build +FROM golang:1.10.3-alpine3.7 AS build ENV CGO_ENABLED=0 ENV GOOS=linux |