From e5eaea4aedaea1cb557f5fd7df4af90b5d71cee0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Nov 2023 16:21:22 +0000 Subject: [PATCH] fix: connectinsight/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-5955014 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 --- connectinsight/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectinsight/Dockerfile b/connectinsight/Dockerfile index 9bd1f3a..31e2055 100644 --- a/connectinsight/Dockerfile +++ b/connectinsight/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.10.13 WORKDIR /app ADD . /app