From 8c2bdf7f1a6feb910d5692b2868d82cbf2467b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:37:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20gcr.io/oss-fuzz-b?= =?UTF-8?q?ase/base-builder-rust:latest=20Docker=20digest=20to=20433319e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clusterfuzzlite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile index 3187c36..fe95617 100644 --- a/.clusterfuzzlite/Dockerfile +++ b/.clusterfuzzlite/Dockerfile @@ -1,7 +1,7 @@ # Build environment for ClusterFuzzLite. base-builder-rust provides the Rust # toolchain, cargo-fuzz, and the sanitizer setup that OSS-Fuzz uses. Pinned by # digest for a reproducible, supply-chain-safe build; Renovate keeps it current. -FROM gcr.io/oss-fuzz-base/base-builder-rust:latest@sha256:cf0c9d52afd33f354692198cd99402c240d5c467a3a3503908e97a027708075f +FROM gcr.io/oss-fuzz-base/base-builder-rust:latest@sha256:433319ea1a6bbea6c1db1915a5d385021908cc62026d9f0efda2270ef6060de3 # The fuzz targets link the yamlrocks library, which includes the PyO3 extension # code. Compiling the annotated list/dict pyclasses needs CPython >= 3.12 (PyO3