about summary refs log tree commit diff
path: root/src/ci/docker/i686-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/i686-gnu/Dockerfile
parent38795677aef77e89f2d9f0031d845a59df9c8171 (diff)
downloadrust-05c4051f640592df825d290901e0ed3e265de24c.tar.gz
rust-05c4051f640592df825d290901e0ed3e265de24c.zip
travis: Update sccache binary
Diffstat (limited to 'src/ci/docker/i686-gnu/Dockerfile')
-rw-r--r--src/ci/docker/i686-gnu/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/i686-gnu/Dockerfile b/src/ci/docker/i686-gnu/Dockerfile
index 2664307b09b..e4a9c5b258f 100644
--- a/src/ci/docker/i686-gnu/Dockerfile
+++ b/src/ci/docker/i686-gnu/Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   xz-utils
 
 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 && \