From 9710203f4a0634893dbd1261221a49c8bc1a48fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Jun 2025 02:44: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-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 --- .../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..bb84eb67508 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.13.5-slim # Set the working directory in the container WORKDIR /app