diff --git a/Dockerfile b/Dockerfile index f670385..ee26c75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY runtime/src/ runtime/src/ RUN mvn clean package -DskipTests # ---- Final Image with Python as Base ---- -FROM python:3.10 +FROM python:3.12 # Install Java JRE and Python build dependencies in a single layer RUN apt-get update \