diff --git a/demo-app/Dockerfile b/demo-app/Dockerfile index 586cbe7..ded99b0 100644 --- a/demo-app/Dockerfile +++ b/demo-app/Dockerfile @@ -1,5 +1,5 @@ # Use a stable and lightweight Python base image -FROM python:3.12-slim +FROM python:3.14-slim # ===== ENVIRONMENT VARIABLES ===== # Prevent Python from writing .pyc files to disk