]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/cross/Dockerfile
Update sccache binaries to mozilla/sccache@d3627d766
[rust.git] / src / ci / docker / cross / Dockerfile
index 5de00d5b02151af9255852dd3e6f645174e49882..30a699c3ba2141429b86d86cee41fa3e0d9742f6 100644 (file)
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   pkg-config
 
 RUN curl -o /usr/local/bin/sccache \
-      https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-29-sccache-x86_64-unknown-linux-musl && \
+      https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-05-12-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 && \