From 53155873610e05b344908c3089ac7dae0377defe Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 01:48:01 +0000 Subject: [PATCH] fix: fuzzing/local-dev-helpers/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-FREETYPE-9402511 - https://snyk.io/vuln/SNYK-DEBIAN12-FREETYPE-9402511 - https://snyk.io/vuln/SNYK-DEBIAN12-FREETYPE-9402511 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSH-8732597 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSH-1556053 --- fuzzing/local-dev-helpers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzing/local-dev-helpers/Dockerfile b/fuzzing/local-dev-helpers/Dockerfile index b13990173..066d29ef5 100644 --- a/fuzzing/local-dev-helpers/Dockerfile +++ b/fuzzing/local-dev-helpers/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Use the same Python version as OSS-Fuzz to accidental incompatibilities in test code -FROM python:3.14.0a4-bookworm +FROM python:3.14.0rc2-bookworm LABEL project="GitPython Fuzzing Local Dev Helper"