diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0c7bc6778..58c9e07a8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/citusdata/citus-devcontainer:devcontainer-format-tools", + "image": "ghcr.io/citusdata/citus-devcontainer:main", "runArgs": [ "--cap-add=SYS_PTRACE", ],