From 7de18c9b94878e690c6d660fb6018eaeb0141988 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 07:48:35 +0000 Subject: [PATCH] fix: terraform/aws/resources/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 --- terraform/aws/resources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/resources/Dockerfile b/terraform/aws/resources/Dockerfile index 0ac3e246b4..aa7fefec0c 100644 --- a/terraform/aws/resources/Dockerfile +++ b/terraform/aws/resources/Dockerfile @@ -1 +1 @@ -FROM python:3.7-slim +FROM python:3.13.8-slim