chore: bump dockerfile from 3.13.11 to 3.13.12

This commit is contained in:
Matthias
2026-02-25 07:24:36 +01:00
parent 5f585e330f
commit 402ef216c3

View File

@@ -1,4 +1,4 @@
FROM python:3.13.11-slim-trixie AS base
FROM python:3.13.12-slim-trixie AS base
# Setup env
ENV LANG=C.UTF-8