From f21250628f93b6397e0510b4a521647abfbed0d9 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 20 Apr 2018 16:36:59 +0200 Subject: [PATCH] Use updated Docker image. --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 82b746762..d1791a19a 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -20,7 +20,7 @@ tasks: payload: maxRunTime: 3600 deadline: "{{ '2 hours' | $fromNow }}" - image: 'mozillamobile/phoenix:1.0' + image: 'mozillamobile/fenix:1.1' command: - /bin/bash - '--login' @@ -65,7 +65,7 @@ tasks: payload: maxRunTime: 3600 deadline: "{{ '2 hours' | $fromNow }}" - image: 'mozillamobile/phoenix:1.0' + image: 'mozillamobile/fenix:1.1' command: - /bin/bash - '--login'