diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cf74f5a4..acd1e066 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "name": "Super-Linter", "context": "..", - "dockerFile": "../Dockerfile", + "image": "ghcr.io/github/super-linter:latest", "extensions": [ "github.vscode-pull-request-github", "rogalmic.bash-debug",