mirror of
https://github.com/apache/superset.git
synced 2026-04-12 12:47:53 +00:00
build(docker): pin the underlying debain base image (#24497)
This commit is contained in:
2
.github/workflows/docker_build_push.sh
vendored
2
.github/workflows/docker_build_push.sh
vendored
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user