From 9d23eb757db17348c8f33f5b8996800d5db33374 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 16:58:59 +0000 Subject: [PATCH] fix: resources/templates/python/Dockerfile.template to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-6139924 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 --- resources/templates/python/Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/python/Dockerfile.template b/resources/templates/python/Dockerfile.template index 248fdccac8..cd279f0a9b 100644 --- a/resources/templates/python/Dockerfile.template +++ b/resources/templates/python/Dockerfile.template @@ -1,5 +1,5 @@ # For more information, please refer to https://aka.ms/vscode-docker-python -FROM python:3.10-slim +FROM python:3.14.0a1-slim {{#if (isRootPort ports)}} # Warning: A port below 1024 has been exposed. This requires the image to run as a root user which is not a best practice.