diff --git a/Dockerfile b/Dockerfile index 97758871..76756fdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Python 3.10 debian -FROM python:3.10-slim as base +FROM python:3.12-slim as base ENV PYTHONUNBUFFERED 1 ENV PYTHONFAULTHANDLER 1