We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39370b4 commit d43c228Copy full SHA for d43c228
Dockerfile
@@ -57,7 +57,7 @@ EOF
57
58
# Install prebuilt sccache based on platform:
59
# renovate: datasource=github-releases depName=mozilla/sccache
60
-ARG SCCACHE_VERSION="0.11.0"
+ARG SCCACHE_VERSION="0.12.0"
61
RUN <<EOF
62
ASSET_NAME="sccache-v${SCCACHE_VERSION}-${DOCKER_TARGET_ARCH}-unknown-linux-musl"
63
curl -fsSL "https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VERSION}/${ASSET_NAME}.tar.gz" \
0 commit comments