From b34c2b0da4899a2df27f45544a412ed513cbf658 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Dec 2025 18:14:15 +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..73ae19d01b 100644 --- a/totestsync-goof/Dockerfile +++ b/totestsync-goof/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.7 +FROM python:3.13.11 WORKDIR /TestCode COPY . TestCode/