From 1c76840db4951a09a780637bc81dee20a2a6e879 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Jul 2025 02:46:44 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2cf1aa..8adcb9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.1-slim-bullseye AS compile-image +FROM python:3.14.0rc1-slim-bullseye AS compile-image WORKDIR /app @@ -7,7 +7,7 @@ ADD requirements.txt . RUN pip3 install --no-cache-dir -r requirements.txt --user && \ pip list -FROM python:3.12.1-slim-bullseye AS runtime-image +FROM python:3.14.0rc1-slim-bullseye AS runtime-image COPY --from=compile-image /root/.local /root/.local COPY --from=compile-image /etc/ssl /etc/ssl