diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 85963eb..61bd3ff 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {} + "ghcr.io/devcontainers/features/docker-in-docker:3": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [3000,3001],