build: update Dockerfile to 3.11.13-slim-bookworm (#33745)

This commit is contained in:
gpchandran
2025-06-15 09:39:25 -05:00
committed by GitHub
parent 8fd0fd673f
commit 7b6885a020

View File

@@ -18,7 +18,7 @@
######################################################################
# Node stage to deal with static asset construction
######################################################################
ARG PY_VER=3.11.12-slim-bookworm
ARG PY_VER=3.11.13-slim-bookworm
# If BUILDPLATFORM is null, set it to 'amd64' (or leave as is otherwise).
ARG BUILDPLATFORM=${BUILDPLATFORM:-amd64}