From cdfd02cd6854dc454a47a37d6e5837fe118a3d55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 09:57:19 +0000 Subject: [PATCH] fix: totestsync-goof/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-FREETYPE-1019582 - https://snyk.io/vuln/SNYK-DEBIAN10-FREETYPE-1019582 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBWEBP-5893093 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBWEBP-5893093 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBWEBP-5893093 --- totestsync-goof/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/totestsync-goof/Dockerfile b/totestsync-goof/Dockerfile index b429a91e3d..526d620331 100644 --- a/totestsync-goof/Dockerfile +++ b/totestsync-goof/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.7 +FROM python:3.14.2 WORKDIR /TestCode COPY . TestCode/