diff --git a/docker/python/Dockerfile b/docker/python/Dockerfile index 06a1acf..3f90c6d 100644 --- a/docker/python/Dockerfile +++ b/docker/python/Dockerfile @@ -1,6 +1,6 @@ # Customized from: https://github.com/orgs/python-poetry/discussions/1879#discussioncomment-216865 -FROM python:3.11-slim as python-base +FROM python:3.14-slim as python-base # python ENV PYTHONUNBUFFERED=1 \