feat: update dockerfile base to python 3.14.3

This commit is contained in:
Matthias
2026-04-01 20:44:30 +02:00
parent d1b378ead6
commit 384e0c5e5a
+1 -1
View File
@@ -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