Skip to content

Commit

Permalink
addon-builder: Cachebust Dockerfile to pick up Rust 1.18.0 (mozilla#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Jun 12, 2017
1 parent e024770 commit 2b2be79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
payload:
env:
maxRunTime: 300 # 5 minutes
image: mozilla/normandy-taskcluster:v2
image: mozilla/normandy-taskcluster:2017-06-12
features:
taskclusterProxy: true
command:
Expand Down
2 changes: 1 addition & 1 deletion addon-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:zesty
WORKDIR /root
ENV CACHEBUST=2017-05-31
ENV CACHEBUST=2017-06-12
RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
curl \
Expand Down
2 changes: 1 addition & 1 deletion ci/taskcluster/bin/decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def idMaker(name):
'deadline': fromNow('1 day'),
'expires': fromNow('365 days'),
'payload': {
'image': 'mozilla/normandy-taskcluster:v2',
'image': 'mozilla/normandy-taskcluster:2017-06-12',
'command': [
'/bin/bash',
'-c',
Expand Down

0 comments on commit 2b2be79

Please sign in to comment.