From 402ef216c3080ae64f35894401a812da37d40c5f Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 25 Feb 2026 07:24:36 +0100 Subject: [PATCH] chore: bump dockerfile from 3.13.11 to 3.13.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 138775c4b..ade667989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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