build(docker): update base debian image to 13 (trixie) (#34821)

This commit is contained in:
Aleksey Karpov
2025-08-26 05:10:23 +03:00
committed by GitHub
parent 4701e78f1f
commit b8c2f7db47
12 changed files with 28 additions and 30 deletions

View File

@@ -71,7 +71,7 @@ x-common-build: &common-build
context: .
target: ${SUPERSET_BUILD_TARGET:-dev} # can use `dev` (default) or `lean`
cache_from:
- apache/superset-cache:3.10-slim-bookworm
- apache/superset-cache:3.10-slim-trixie
args:
DEV_MODE: "true"
INCLUDE_CHROMIUM: ${INCLUDE_CHROMIUM:-false}