build(docker): pin the underlying debain base image (#24497)

This commit is contained in:
boenshao
2023-06-24 01:23:51 +08:00
committed by GitHub
parent 291a10fefe
commit e6f7c73f54
2 changed files with 2 additions and 2 deletions

View File

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