From bda2453c74ba7bf3a2ee09f1a06b5a5af12b244c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 08:28:43 +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-OPENSSL-6032384 --- 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..64957ddb21 100644 --- a/terraform/aws/resources/Dockerfile +++ b/terraform/aws/resources/Dockerfile @@ -1 +1 @@ -FROM python:3.7-slim +FROM python:3.13.0b3-slim