chore: update Dockerfile - Upgrade to 3.11.12 (#33612)

This commit is contained in:
gpchandran
2025-05-29 02:31:07 -05:00
committed by GitHub
parent ea5a609d0b
commit f0b6e87091

View File

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