From 9902e142b1edea939282f6cbd3e9586000cd5e45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 11:46:04 +0000 Subject: [PATCH] chore(deps): pin docker.io/fedora docker tag to 8a39612 --- tools/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/Dockerfile b/tools/ci/Dockerfile index a3fc66f8..e4250cc9 100644 --- a/tools/ci/Dockerfile +++ b/tools/ci/Dockerfile @@ -2,6 +2,6 @@ ARG CMAKE_VERSION=4.0.1 ARG ARCH=x86_64 ARG NINJA_VERSION=1.12.1 -FROM docker.io/fedora:rawhide +FROM docker.io/fedora:rawhide@sha256:8a396124f358d2922f1b1c40aee2e7f1dd016b26b3d525d4338e7da12c1cd9a5 RUN dnf copr enable -y lecris/cmake-4.0 && dnf update -y && dnf install -y ninja-build clang lld git cmake