feat: update dockerfile base to python 3.14.3

pull/13015/head
Matthias 3 weeks ago
parent d1b378ead6
commit 384e0c5e5a

@ -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

Loading…
Cancel
Save