From b02f407c61d162d3d05fd50aac0f0579ac9b5b96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 02:47:42 +0000 Subject: [PATCH] fix: ai/sandbox/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855504 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855504 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855505 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855505 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855508 --- ai/sandbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/sandbox/Dockerfile b/ai/sandbox/Dockerfile index 621593733..f24d2865c 100644 --- a/ai/sandbox/Dockerfile +++ b/ai/sandbox/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.14-bullseye +FROM python:3.10.15-bullseye RUN apt-get update && \ apt-get install -y \