diff --git a/Dockerfile b/Dockerfile index ade667989..7c09e18a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.12-slim-trixie AS base +FROM python:3.14.3-slim-trixie AS base # Setup env ENV LANG=C.UTF-8