From c8b2a6476a8b82bba962f66bce763d4d9e9ce8c6 Mon Sep 17 00:00:00 2001 From: Rio Kierkels Date: Tue, 21 Oct 2025 08:40:17 +0000 Subject: [PATCH] chore(devcontainers): update and cleanup --- .devcontainer.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index aa146d6..6f384f0 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,16 +1,7 @@ { - "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18", - "customizations": { - "vscode": { - "extensions": [ - "mads-hartmann.bash-ide-vscode" - ] - } - }, + "image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm", "features": { - "ghcr.io/devcontainers/features/docker-in-docker:1": {}, - "ghcr.io/rio/features/chezmoi:1": {} + "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, - "remoteUser": "node", "postCreateCommand": "npm install -g @devcontainers/cli" }