From 06feb214b042b8809f4c9829303ab70a4ff5dc1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Dec 2025 09:53:11 +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..8f1bc55 100644 --- a/Dockerfile.tester +++ b/Dockerfile.tester @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.14.2 ADD ./sdk/rest/out/python /code/sdk ADD ./tests /code/tests