From 1f1c43426d215f7a2ac0bc6aaae888fe4ed11ccd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Aug 2025 00:53:06 +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-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-11191064 --- .../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..786977e83ac 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.0rc2-slim # Set the working directory in the container WORKDIR /app