From 280d3e0f38aa2ef852e9579eb232c224e9d3e916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:36:06 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bec825..21ce3c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-trixie AS without_jre +FROM python:3.14-slim-trixie AS without_jre ARG DEBIAN_FRONTEND=noninteractive \ RED_UID=1024 \