summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2017-04-14 17:14:42 -0700
committerGitHub <noreply@github.com>2017-04-14 17:14:42 -0700
commitd686a2a0d6c9d22464e470e715ccd759c0481de7 (patch)
treedb81bc50e7477930ab0b20043f019bc16fc2417d /Dockerfile
parent9840fc2341f125f64a6089366197ca9012a9026f (diff)
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 706b5c8..03ebc44 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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.