mirror of
https://github.com/apache/superset.git
synced 2026-06-03 14:49:23 +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" \
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user