From b2a4a1911273ef099fab9bcd672854054927bfd5 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:57:46 +0000 Subject: [PATCH] Update ghcr.io/devcontainers/features/docker-in-docker Docker tag to v3 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 712e0f9..3b92d34 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/dotnet:2" : {"additionalVersions": "9.0.301"}, - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, + "ghcr.io/devcontainers/features/docker-in-docker:3": {}, "ghcr.io/mpriscella/features/kind:1": {}, "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {} },