From 7f2d17d634ef9df107d67c86145198f8c7a43a1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Aug 2024 05:22:08 +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-GLIBC-6210088 --- 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..7b4fb586a6 100644 --- a/terraform/aws/resources/Dockerfile +++ b/terraform/aws/resources/Dockerfile @@ -1 +1 @@ -FROM python:3.7-slim +FROM python:3.13.0b4-slim