From 018c7cd1a6515bce62d48ec44e22db17d45f97a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 10:10:49 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- matrix/dakara-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/dakara-server/Dockerfile b/matrix/dakara-server/Dockerfile index fbfa2ac..db854c5 100644 --- a/matrix/dakara-server/Dockerfile +++ b/matrix/dakara-server/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim ENV PYTHONUNBUFFERED=1