diff --git a/Dockerfile b/Dockerfile index 2d3b3be..34101a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # base image -FROM python:3.9.5-slim as python-base +FROM python:3.14.6-slim as python-base ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \