From bdd933ff0eb090036049450e6b8312c3dd22be05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Feb 2026 03:10:23 +0000 Subject: [PATCH] fix: manual-testing-sandbox/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123183 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123187 --- manual-testing-sandbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual-testing-sandbox/Dockerfile b/manual-testing-sandbox/Dockerfile index 0a38833238c..fbd0e3b10ff 100644 --- a/manual-testing-sandbox/Dockerfile +++ b/manual-testing-sandbox/Dockerfile @@ -1,5 +1,5 @@ # Use a base image -FROM python:3.9-slim +FROM python:3.14.2-slim # Set working directory WORKDIR /app