From d048c328f5502c5e2d948bd61da6782501105ce4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Sep 2025 08:52:41 +0000 Subject: [PATCH] fix: Dockerfile-worker to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-10753055 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690985 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690987 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 --- Dockerfile-worker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-worker b/Dockerfile-worker index 1a01420..006ae19 100644 --- a/Dockerfile-worker +++ b/Dockerfile-worker @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.13.2-slim-bookworm AS base +FROM python:3.14.0rc3-slim-bookworm AS base # Set environment variables ENV POETRY_VERSION=2.1.1 \