diff options
author | Andrew Gerrand <adg@golang.org> | 2014-09-29 17:41:48 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2014-09-29 17:41:48 +1000 |
commit | 5c808cd7170c01eaa594cfa324a0323628bf6c43 (patch) | |
tree | 65ed44d8776e6f57f862d4932327c83025d1fe13 | |
parent | 5de5ac98e8d27d16755b3ab896ef8c2671b38091 (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.article | 2 |
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 \ |