From afc2f14635a3dab8e381ee672f2858a1a2148313 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Dec 2025 10:48:01 +0000 Subject: [PATCH] fix: Dockerfile.tester to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 --- Dockerfile.tester | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tester b/Dockerfile.tester index fe6cf11..c136641 100644 --- a/Dockerfile.tester +++ b/Dockerfile.tester @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.13.11 ADD ./sdk/rest/out/python /code/sdk ADD ./tests /code/tests