From 85ea599f493433c48b4e295875a3fabceace6c85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 23:05:13 +0000 Subject: [PATCH] fix: src/git/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- src/git/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git/Dockerfile b/src/git/Dockerfile index 2746d63419..faa873e7a4 100644 --- a/src/git/Dockerfile +++ b/src/git/Dockerfile @@ -22,7 +22,7 @@ ADD . /app RUN --mount=type=cache,target=/root/.cache/uv \ uv sync --frozen --no-dev --no-editable -FROM python:3.12-slim-bookworm +FROM python:3.14.0rc3-slim-bookworm RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*