From ff8c6bcdb2a76ba24afd51aa230d16460165ab4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 01:21:48 +0000 Subject: [PATCH] fix: agents-api/Dockerfile.migration to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-COREUTILS-10259258 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-10244568 --- agents-api/Dockerfile.migration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents-api/Dockerfile.migration b/agents-api/Dockerfile.migration index c48946c0e..5f3e000ac 100644 --- a/agents-api/Dockerfile.migration +++ b/agents-api/Dockerfile.migration @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13.4-slim ENV PYTHONUNBUFFERED True ENV POETRY_CACHE_DIR=/tmp/poetry_cache