Ubuntu 14.04 Build Image Update 201610-02

We are shipping a small change to Ubuntu 14.04 build image on 7th Oct.

ChromeDriver

Updating from 2.23 to 2.24 because of the bug.

All changes

--- versions.json.before	2016-10-07 00:52:24.008071821 +0000
+++ /tmp/circle-artifacts.fxNfwxH/versions.json	2016-10-07 00:52:23.016095736 +0000
@@ -1,8 +1,8 @@
 {
   "summary": {
-    "build-image": "trusty-690-0b20901",
+    "build-image": "trusty-692-1323f09",
     "google-chrome": "53.0.2785.101",
-    "chromedriver": "2.23.409687",
+    "chromedriver": "2.24.417424",
     "firefox": "47.0.1",
     "mongod": "3.0.7",
     "psql": "9.5.4",
@@ -135,8 +135,8 @@
     "docker": "1.9.1",
     "docker-compose": "1.5.2",
     "heroku-toolbelt": "3.43.12",
-    "gcloud": "128.0.0",
-    "aws-cli": "1.11.0",
+    "gcloud": "129.0.0",
+    "aws-cli": "1.11.1",
     "android": {
       "build-tool": "24.4.1",
       "build-tools": [

Hi @kimh - I see the docker-compose build is still at 1.5.2 - any way to get this updated to the latest (1.8.1)? I gather that there are other issues keeping Docker at 1.9.1, but it’d be nice to be able to use some of the new docker-compose features by default.

Thanks!