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