From e264579f471beff7b44a57f76e4072b9fc340bdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 17:37:49 +0000 Subject: [PATCH] fix: request-management-api/dockerfile.local to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- request-management-api/dockerfile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request-management-api/dockerfile.local b/request-management-api/dockerfile.local index a3f3052a8..fd22a70fb 100644 --- a/request-management-api/dockerfile.local +++ b/request-management-api/dockerfile.local @@ -1,5 +1,5 @@ # For more information, please refer to https://aka.ms/vscode-docker-python -FROM python:3.10.8 +FROM python:3.10.14 EXPOSE 6402 # Keeps Python from generating .pyc files in the container