From 95e9cbc3359d8712e315ac172069fb5d9c6ac9db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Feb 2025 22:06:19 +0000 Subject: [PATCH] fix: ai/sandbox/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-6190609 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-6190609 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-6190609 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-7642492 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-7642492 --- ai/sandbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/sandbox/Dockerfile b/ai/sandbox/Dockerfile index f24d2865c..f2ff69178 100644 --- a/ai/sandbox/Dockerfile +++ b/ai/sandbox/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.15-bullseye +FROM python:3.13.2-bullseye RUN apt-get update && \ apt-get install -y \