diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c5a7f59b5..e955ede81 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "build": { "dockerfile": "Dockerfile" }, + "image": "citus/devcontainer:dev", "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], "forwardPorts": [9700], "extensions": [