diff --git a/docker-example/Dockerfile b/docker-example/Dockerfile index f9da48b6bb2..eb11f014db0 100644 --- a/docker-example/Dockerfile +++ b/docker-example/Dockerfile @@ -28,7 +28,7 @@ RUN rm -rf .web && mkdir .web RUN mv /tmp/_static .web/_static # Stage 2: copy artifacts into slim image -FROM python:3.11-slim +FROM python:3.14.0a1-slim ARG API_URL WORKDIR /app RUN adduser --disabled-password --home /app reflex