From 6266379d89ea11fe719bf3e425cb46c78cd097a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Dec 2025 10:14:47 +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-SYSTEMD-10264074 --- Dockerfile-worker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-worker b/Dockerfile-worker index 1a01420..2f56580 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.2-slim-bookworm AS base # Set environment variables ENV POETRY_VERSION=2.1.1 \