From 6fc7af5ba8a9d48344c67ea85ffce74e1f2c9ba0 Mon Sep 17 00:00:00 2001 From: Aleksey Karpov <86011874+alekseyolg@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:51:06 +0300 Subject: [PATCH] build: update Dockerfile to 3.11.14-slim-trixie (#36047) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9eb1712748..b496164069a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ###################################################################### # Node stage to deal with static asset construction ###################################################################### -ARG PY_VER=3.11.13-slim-trixie +ARG PY_VER=3.11.14-slim-trixie # If BUILDPLATFORM is null, set it to 'amd64' (or leave as is otherwise). ARG BUILDPLATFORM=${BUILDPLATFORM:-amd64}