diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 578e91c..f4bbd06 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/desktop-lite:1": {}, - "ghcr.io/devcontainers/features/docker-in-docker:2": {} + "ghcr.io/devcontainers/features/docker-in-docker:4": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally.