diff --git a/etc/taskcluster/docker/build.dockerfile b/etc/taskcluster/docker/build.dockerfile index 8466a08da90..285f8a0347c 100644 --- a/etc/taskcluster/docker/build.dockerfile +++ b/etc/taskcluster/docker/build.dockerfile @@ -46,6 +46,6 @@ RUN \ # # curl -sSfL \ - https://github.com/mozilla/sccache/releases/download/0.2.7/sccache-0.2.7-x86_64-unknown-linux-musl.tar.gz \ + https://github.com/mozilla/sccache/releases/download/0.2.12/sccache-0.2.12-x86_64-unknown-linux-musl.tar.gz \ | tar -xz --strip-components=1 -C /usr/local/bin/ \ - sccache-0.2.7-x86_64-unknown-linux-musl/sccache + sccache-0.2.12-x86_64-unknown-linux-musl/sccache