From e78dc548202d876bf40857b64ef174d659540986 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 16:55:25 +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-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 --- 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..b60ca1f224 100644 --- a/terraform/aws/resources/Dockerfile +++ b/terraform/aws/resources/Dockerfile @@ -1 +1 @@ -FROM python:3.7-slim +FROM python:3.13.0a6-slim