Upgrade base-image-docker repo to include PR 182.

https://github.com/GoogleCloudPlatform/base-images-docker/pull/182

Also add more test targets to presubmit.

Change-Id: I520590e4d7999b21173bcb431fdce73cc9a75f1c
diff --git a/WORKSPACE b/WORKSPACE
index d1465fb..aafef11 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -94,9 +94,9 @@
 
 http_archive(
     name = "debian_docker",
-    sha256 = "11692d97f7de2680028e6744f68637e7be0544df081840f1a4bb99f53735aeef",
-    strip_prefix = "base-images-docker-087fe18d18a7ae1b1a8c6dcad932b5190ad3567e",
-    urls = ["https://github.com/GoogleCloudPlatform/base-images-docker/archive/087fe18d18a7ae1b1a8c6dcad932b5190ad3567e.tar.gz"],
+    sha256 = "15068de8576474c1852f48f8bedc547247d121266eae537b033d9864669b1294",
+    strip_prefix = "base-images-docker-9a938f030b6eb1068ed9842bc43e2ceb601fb753",
+    urls = ["https://github.com/GoogleCloudPlatform/base-images-docker/archive/9a938f030b6eb1068ed9842bc43e2ceb601fb753.tar.gz"],
 )
 
 http_file(
diff --git a/scripts/ci/bazel-toolchains.json b/scripts/ci/bazel-toolchains.json
index 1e866c8..386a464 100644
--- a/scripts/ci/bazel-toolchains.json
+++ b/scripts/ci/bazel-toolchains.json
@@ -23,7 +23,9 @@
         "//test:debian8_clang_autoconfig_test",
         "//rules:debian8-clang-0.2.0-bazel_0.7.0-autoconfig_test",
         "//rules:debian8-clang-0.2.0-bazel_0.8.0-autoconfig_test",
-        "//rules:debian8-clang-0.2.0-bazel_0.9.0-autoconfig_test"
+        "//rules:debian8-clang-0.2.0-bazel_0.9.0-autoconfig_test",
+        "//rules:debian8-clang-0.2.0-bazel_0.10.0-autoconfig_test",
+        "//rules:debian8-clang-0.3.0-bazel_0.10.0-autoconfig_test"
       ],
     }
   }