]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/x86_64-gnu-distcheck/Dockerfile
Update sccache binaries to mozilla/sccache@d3627d766
[rust.git] / src / ci / docker / x86_64-gnu-distcheck / Dockerfile
index 26d1f82efcc59ba0945e308f91e0fcc019b65683..e24c660a8c36d804fe267d7a8f2ed0662e7cf660 100644 (file)
@@ -16,7 +16,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 && \