diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08d02732be..e1cece8896 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "forwardPorts": [3000, 7007], "build": { "dockerfile": "Dockerfile" }, "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.5": {}, + "ghcr.io/devcontainers/features/common-utils:2.5.6": {}, "ghcr.io/devcontainers-contrib/features/mkdocs:2": {} }, "postCreateCommand": "bash .devcontainer/setup.sh",