aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/linux_worker_init.sh
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-05-10 10:33:25 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-05-10 10:33:25 -0700
commit8dbe2cb071d90942c7bbe5987151f04955b9e9cb (patch)
tree2ebba32958bd1de29936f8434679ad24625dfa67 /tools/gce/linux_worker_init.sh
parentb69251c2f6868c4d839dfae05293e10cbb90060e (diff)
parent430b4f98433b36b8d19a2482ec17aec473471129 (diff)
Merge branch 'master' into server_channel_affinity
Diffstat (limited to 'tools/gce/linux_worker_init.sh')
-rwxr-xr-xtools/gce/linux_worker_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/linux_worker_init.sh b/tools/gce/linux_worker_init.sh
index ef6a5d175c..afcf7a52d9 100755
--- a/tools/gce/linux_worker_init.sh
+++ b/tools/gce/linux_worker_init.sh
@@ -37,7 +37,7 @@ set -ex
sudo apt-get update
# Install JRE
-sudo apt-get install -y openjdk-7-jre
+sudo apt-get install -y openjdk-8-jre
sudo apt-get install -y unzip lsof
# Install Docker