From 23186abe721111c4e46ceeabc81b7fb481e3d4c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Aug 2025 20:02:25 +0000 Subject: [PATCH] fix: aws/logs_monitoring/tools/test_harness/recorder/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-FREETYPE-9402511 - https://snyk.io/vuln/SNYK-DEBIAN12-FREETYPE-9402511 - https://snyk.io/vuln/SNYK-DEBIAN12-FREETYPE-9402511 - https://snyk.io/vuln/SNYK-DEBIAN12-WGET-7266538 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBXML2-6227803 --- aws/logs_monitoring/tools/test_harness/recorder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/logs_monitoring/tools/test_harness/recorder/Dockerfile b/aws/logs_monitoring/tools/test_harness/recorder/Dockerfile index df2928829..226e151fb 100644 --- a/aws/logs_monitoring/tools/test_harness/recorder/Dockerfile +++ b/aws/logs_monitoring/tools/test_harness/recorder/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.14.0rc2 COPY . .