Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks:
- push
payload:
maxRunTime: 3600
image: python:3
image: python:3.7
env:
GIT_REPOSITORY: ${repository}
GIT_REVISION: ${head_rev}
Expand Down Expand Up @@ -72,7 +72,7 @@ tasks:
capabilities:
privileged: true
maxRunTime: 3600
image: python:3-alpine
image: python:3.7-alpine
env:
IMAGE: mozilla/taskboot
REGISTRY: registry.hub.docker.com
Expand Down Expand Up @@ -118,7 +118,7 @@ tasks:
# Needed for access to secret
taskclusterProxy: true
maxRunTime: 3600
image: python:3-alpine
image: python:3.7-alpine
env:
TASKCLUSTER_SECRET: project/relman/taskboot/deploy
command:
Expand Down