From ac2990f5c4f74da45eb8f9970e62da12fd9cf8fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Oct 2023 17:26:34 +0000 Subject: [PATCH] fix: Infrastructure-Source-Code/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-OPENSSL-5776700 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5788322 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5812633 --- Infrastructure-Source-Code/terraform/aws/resources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure-Source-Code/terraform/aws/resources/Dockerfile b/Infrastructure-Source-Code/terraform/aws/resources/Dockerfile index 0ac3e24..4c97912 100644 --- a/Infrastructure-Source-Code/terraform/aws/resources/Dockerfile +++ b/Infrastructure-Source-Code/terraform/aws/resources/Dockerfile @@ -1 +1 @@ -FROM python:3.7-slim +FROM python:3.8.18-slim