mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
build(docker): update base debian image to 13 (trixie) (#34821)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Keep this in sync with the base image in the main Dockerfile (ARG PY_VER)
|
||||
FROM python:3.11.13-bookworm AS base
|
||||
FROM python:3.11.13-trixie AS base
|
||||
|
||||
# Install system dependencies that Superset needs
|
||||
# This layer will be cached across Codespace sessions
|
||||
|
||||
Reference in New Issue
Block a user