aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-09-29 17:41:48 +1000
committerAndrew Gerrand <adg@golang.org>2014-09-29 17:41:48 +1000
commit5c808cd7170c01eaa594cfa324a0323628bf6c43 (patch)
tree65ed44d8776e6f57f862d4932327c83025d1fe13
parent5de5ac98e8d27d16755b3ab896ef8c2671b38091 (diff)
go.blog: update image name in Docker article
The listed image suffers from the "shellshock" bash bug. LGTM=crawshaw R=golang-codereviews, crawshaw CC=golang-codereviews https://golang.org/cl/150240043
-rw-r--r--content/docker.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docker.article b/content/docker.article
index 5b8269e..6d5727c 100644
--- a/content/docker.article
+++ b/content/docker.article
@@ -156,7 +156,7 @@ Use the [[https://cloud.google.com/sdk/#Quick_Start][gcloud tool]]
to create a VM instance running the container:
$ gcloud compute instances create outyet \
- --image container-vm-v20140826 \
+ --image container-vm-v20140925 \
--image-project google-containers \
--metadata-from-file google-container-manifest=containers.yaml \
--tags http-server \