From 956e5e1fbf02655d9fe0abaa1f6a352601e7d0ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 14:29:27 +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..12455a55f9 100644 --- a/totestsync-goof/Dockerfile +++ b/totestsync-goof/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.7 +FROM python:3.14.1 WORKDIR /TestCode COPY . TestCode/