diff --git a/Dockerfile b/Dockerfile index c915577..5879829 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Python 3.11 as base image with multi-arch support -FROM --platform=$BUILDPLATFORM python:3.13-slim +FROM --platform=$BUILDPLATFORM python:3.14-slim # Set working directory WORKDIR /app