Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer-build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "devcontainer-build",
"image": "mcr.microsoft.com/devcontainers/base:debian",
// Pinned to bookworm (Debian 12): the rolling `:debian` tag now resolves to
// trixie (Debian 13), which the docker-in-docker feature's Moby apt
// packages don't yet support ("Unsupported distribution version 'trixie'").
"image": "mcr.microsoft.com/devcontainers/base:bookworm",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
Expand Down
Loading