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

@@ -63,7 +63,7 @@ docker build --target lean \
-t "${REPO_NAME}:${SHA}-py310" \
-t "${REPO_NAME}:${REFSPEC}-py310" \
-t "${REPO_NAME}:${LATEST_TAG}-py310" \
--build-arg PY_VER="3.10-slim"\
--build-arg PY_VER="3.10-slim-bookworm"\
--label "sha=${SHA}" \
--label "built_at=$(date)" \
--label "target=lean310" \