]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/x86_64-gnu-incremental/Dockerfile
Update sccache binaries to mozilla/sccache@d3627d766
[rust.git] / src / ci / docker / x86_64-gnu-incremental / Dockerfile
index 42b2d98d332eb1fa12822fa220b60609eb74ffd1..0aaed64e384ed486e9dcaafa5e4737c3bf29897c 100644 (file)
@@ -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-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 && \