[devcontainer] Align base image with production, fix Python venv and build tools (#17296)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Bonne Eggleston
2026-06-30 08:33:33 -04:00
committed by GitHub
co-authored by Claude Opus 4.8
parent faa5f72500
commit 9e72027b64
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG BUILD_BASE_VERSION=2025.04.0
ARG BUILD_BASE_VERSION=2026.06.1
FROM ghcr.io/esphome/docker-base:debian-${BUILD_BASE_VERSION} AS base