about summary refs log tree commit diff
path: root/src/ci/docker/armhf-gnu/Dockerfile
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-03-22 19:16:41 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-03-23 10:16:57 -0700
commit05c4051f640592df825d290901e0ed3e265de24c (patch)
tree5e4173c57857e828ffc661987a0919fbc8ee0751 /src/ci/docker/armhf-gnu/Dockerfile
parent38795677aef77e89f2d9f0031d845a59df9c8171 (diff)
downloadrust-05c4051f640592df825d290901e0ed3e265de24c.tar.gz
rust-05c4051f640592df825d290901e0ed3e265de24c.zip
travis: Update sccache binary
Diffstat (limited to 'src/ci/docker/armhf-gnu/Dockerfile')
-rw-r--r--src/ci/docker/armhf-gnu/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/armhf-gnu/Dockerfile b/src/ci/docker/armhf-gnu/Dockerfile
index a3e74adbb36..a5126cb3c3f 100644
--- a/src/ci/docker/armhf-gnu/Dockerfile
+++ b/src/ci/docker/armhf-gnu/Dockerfile
@@ -74,7 +74,7 @@ RUN arm-linux-gnueabihf-gcc addentropy.c -o rootfs/addentropy -static
 RUN curl -O http://ftp.nl.debian.org/debian/dists/jessie/main/installer-armhf/current/images/device-tree/vexpress-v2p-ca15-tc1.dtb
 
 RUN curl -o /usr/local/bin/sccache \
-      https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16-sccache-x86_64-unknown-linux-musl && \
+      https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22-sccache-x86_64-unknown-linux-musl && \
       chmod +x /usr/local/bin/sccache
 
 RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \