chore: bump armhf dockerfile to 3.11.13

This commit is contained in:
Matthias
2025-06-05 06:31:29 +02:00
parent afc5205bea
commit cb869a2e4d

View File

@@ -1,4 +1,4 @@
FROM python:3.11.12-slim-bookworm as base
FROM python:3.11.13-slim-bookworm as base
# Setup env
ENV LANG C.UTF-8