From 5a5f26fa2047ccd37389c2eaa3095c324bf6835c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 14:55:15 +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-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-2401083 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-2401083 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-2401083 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-2401083 --- 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..30263d6b6d 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.13.0b4-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.