chore: python version to 3.11 (while supporting 3.10) (#31503)

This commit is contained in:
Maxime Beauchemin
2025-01-13 18:22:49 -08:00
committed by GitHub
parent 855011360a
commit 274aa143d3
31 changed files with 60 additions and 47 deletions

View File

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