build: update Dockerfile to 3.11.14-slim-trixie (#36047)

This commit is contained in:
Aleksey Karpov
2025-11-18 00:51:06 +03:00
committed by GitHub
parent 3b226038ba
commit 6fc7af5ba8

View File

@@ -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}