diff --git a/server/Dockerfile b/server/Dockerfile index c1734ab14d..b27d0bab2d 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,5 +1,5 @@ # Use Python 3.12 slim as the base image -FROM python:3.12.0-slim-bookworm +FROM python:3.14.0rc3-slim-bookworm # Set environment variables to improve Python performance ENV PYTHONBUFFERED=1