addon-builder: Cachebust Dockerfile to pick up Rust 1.18.0 (#807)

Fixes #806
This commit is contained in:
Mike Cooper 2017-06-12 14:28:17 -07:00 коммит произвёл GitHub
Родитель e0247707c1
Коммит 2b2be79360
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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 \

Просмотреть файл

@ -70,7 +70,7 @@ def main():
'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',