From 0c27572cc8395ff916a291ee21ced76babb08391 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Fri, 17 Nov 2023 14:01:31 +0000 Subject: [PATCH] reset image back to main --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ],