From 3f03a19264b56f2dcb86951efdde2f19384019ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 May 2024 17:24:09 +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..9928bd6489 100644 --- a/terraform/aws/resources/Dockerfile +++ b/terraform/aws/resources/Dockerfile @@ -1 +1 @@ -FROM python:3.7-slim +FROM python:3.13.0b1-slim