From 7cf8f2a43bd62539a016f3a55e934ccd4706e004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:28:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20gcr.io/oss-fuzz-b?= =?UTF-8?q?ase/base-builder-python:latest=20Docker=20digest=20to=206b2b3a7?= 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 9a06f68..a255dab 100644 --- a/.clusterfuzzlite/Dockerfile +++ b/.clusterfuzzlite/Dockerfile @@ -1,7 +1,7 @@ # Build environment for ClusterFuzzLite. base-builder-python provides atheris, # the libFuzzer engine, and compile_python_fuzzer. Pinned by digest for a # reproducible, supply-chain-safe build; Renovate keeps it current. -FROM gcr.io/oss-fuzz-base/base-builder-python:latest@sha256:171eebccc7906dc0b1d944aa716587f45db79cdb2d75d6287947860ba16b66b7 +FROM gcr.io/oss-fuzz-base/base-builder-python:latest@sha256:6b2b3a7e4a2da50de47f94925cffbe34747e1aae4f33d7f07ba6c681dd648b23 # Probatio is pure Python with no native extension, so nothing is compiled here; # build.sh installs the package and compiles each atheris harness.