Skip to content

Commit d43c228

Browse files
committed
Update dependency mozilla/sccache to v0.12.0
Signed-off-by: Renovate <20075896+sszynrae@users.noreply.github.com>
1 parent 39370b4 commit d43c228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ EOF
5757

5858
# Install prebuilt sccache based on platform:
5959
# renovate: datasource=github-releases depName=mozilla/sccache
60-
ARG SCCACHE_VERSION="0.11.0"
60+
ARG SCCACHE_VERSION="0.12.0"
6161
RUN <<EOF
6262
ASSET_NAME="sccache-v${SCCACHE_VERSION}-${DOCKER_TARGET_ARCH}-unknown-linux-musl"
6363
curl -fsSL "https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VERSION}/${ASSET_NAME}.tar.gz" \

0 commit comments

Comments
 (0)