This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch codespaces in repository https://gitbox.apache.org/repos/asf/superset.git
commit 4581454fc5ebefa3ed7f7e08d3563317ad479a41 Author: Maxime Beauchemin <[email protected]> AuthorDate: Mon Jul 28 16:18:07 2025 -0700 ok --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index abf93b6ead..1547751ccb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,8 @@ { "name": "Apache Superset Development", - "image": "mcr.microsoft.com/devcontainers/python:3.11-bookworm", + // Keep this in sync with the base image in Dockerfile (ARG PY_VER) + // Using the same base as Dockerfile, but non-slim for dev tools + "image": "python:3.11.13-bookworm", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {
