diff --git a/playground/AzureContainerApps/AzureContainerApps.AppHost/AppWithDocker/Dockerfile b/playground/AzureContainerApps/AzureContainerApps.AppHost/AppWithDocker/Dockerfile index bc6a71ff816..c3d40e14e8c 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.2-slim # Set the working directory in the container WORKDIR /app