From 6446aff4446c7628eab7a3402747e8cfecad2a4a Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Sun, 17 Dec 2017 15:29:34 -0800 Subject: [PATCH] Use existing Docker image tag for now We have not yet pushed a :latest tag, so use the (old) named tag that we have for now. --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index be12876a8363..2a58201812ac 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -17,7 +17,7 @@ tasks: - pull_request.synchronize payload: maxRunTime: 3600 - image: servobrowser/servo-linux-dev + image: 'servobrowser/servo-linux-dev:servo-linux-build-deps-2017-06-30' command: - /bin/bash - '--login'