aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/create_linux_worker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce/create_linux_worker.sh')
-rwxr-xr-xtools/gce/create_linux_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/create_linux_worker.sh b/tools/gce/create_linux_worker.sh
index dff0b1ce5f..c41e4d299b 100755
--- a/tools/gce/create_linux_worker.sh
+++ b/tools/gce/create_linux_worker.sh
@@ -43,7 +43,7 @@ gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \
--zone "$ZONE" \
--machine-type n1-standard-8 \
- --image ubuntu-14-04 \
+ --image ubuntu-15-10 \
--boot-disk-size 1000
echo 'Created GCE instance, waiting 60 seconds for it to come online.'