Skip to content

Commit

Permalink
Update six in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed May 22, 2020
1 parent 941fdca commit 2e99a78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Expand Up @@ -56,7 +56,7 @@ tasks:
owner: ${owner}
source: ${event.repository.clone_url}
payload:
image: webplatformtests/wpt:0.37
image: webplatformtests/wpt:0.38
maxRunTime: 7200
artifacts:
public/results:
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/tc/tasks/test.yml
Expand Up @@ -4,7 +4,7 @@ components:
workerType: ci
schedulerId: taskcluster-github
deadline: "24 hours"
image: webplatformtests/wpt:0.37
image: webplatformtests/wpt:0.38
maxRunTime: 7200
artifacts:
public/results:
Expand Down
3 changes: 3 additions & 0 deletions tools/docker/Dockerfile
Expand Up @@ -54,6 +54,9 @@ RUN apt-get -y autoremove
RUN pip install --upgrade pip
RUN pip install virtualenv

# Ensure we have up-to-date six
RUN pip install --upgrade six

ENV TZ "UTC"
RUN echo "${TZ}" > /etc/timezone \
&& dpkg-reconfigure --frontend noninteractive tzdata
Expand Down

0 comments on commit 2e99a78

Please sign in to comment.