From c1952965570bf6ce803dbdd91cdfedda39ff59aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 17:29:40 +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-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - 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..a3deb58fb 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.13.0a6 EXPOSE 6402 # Keeps Python from generating .pyc files in the container