Commit a384c199 authored by Sebastian Kaspari's avatar Sebastian Kaspari
Browse files

Use Android Components Docker image 1.18.

parent 51531742
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ tasks:
            - statuses  # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust
          payload:
            maxRunTime: 600   # Decision should remain fast enough to schedule a handful of tasks
            image: mozillamobile/android-components:1.17
            image: mozillamobile/android-components:1.18
            command:
              - /bin/bash
              - --login
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ class TaskBuilder(object):
            "features": features,
            "env": env_vars, 
            "maxRunTime": 7200,
            "image": "mozillamobile/android-components:1.17",
            "image": "mozillamobile/android-components:1.18",
            "command": [
                "/bin/bash",
                "--login",