diff --git a/src/website/Dockerfile b/src/website/Dockerfile index d337097193..6a0f466bf7 100644 --- a/src/website/Dockerfile +++ b/src/website/Dockerfile @@ -1,5 +1,5 @@ # Use Python 3.9-slim as the base image -FROM python:3.9-slim +FROM python:3.11-slim # Set environment variables ENV PYTHONDONTWRITEBYTECODE 1