From ffbf08b6f269c760a1e2844153610b03f1ccb957 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 00:52:02 +0000 Subject: [PATCH] fix: playground/AzureContainerApps/AzureContainerApps.AppHost/AppWithDocker/Dockerfile 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-GNUTLS28-10690985 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690987 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690990 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690993 --- .../AzureContainerApps.AppHost/AppWithDocker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/AzureContainerApps/AzureContainerApps.AppHost/AppWithDocker/Dockerfile b/playground/AzureContainerApps/AzureContainerApps.AppHost/AppWithDocker/Dockerfile index bc6a71ff816..5a1ae0857f5 100644 --- a/playground/AzureContainerApps/AzureContainerApps.AppHost/AppWithDocker/Dockerfile +++ b/playground/AzureContainerApps/AzureContainerApps.AppHost/AppWithDocker/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.8-slim +FROM python:3.14.0rc1-slim # Set the working directory in the container WORKDIR /app