From 8cab2f44ef9de0163e5ce3e4daf82ace3442e8fd Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Thu, 16 Nov 2023 18:47:09 +0000 Subject: [PATCH] rebuild image with new citus_load --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index dc4e8fda8..00ecb1042 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -178,7 +178,7 @@ RUN sudo install -d -o citus -g citus /commandhistory \ # install citus-dev RUN git clone --branch citus_load https://github.com/citusdata/tools.git citus-tools \ - && echo "cache buster 1" \ + && echo "cache buster 2" \ && ( cd citus-tools/citus_dev && pipenv install ) \ <<<<<<< HEAD && mkdir -p ~/.local/bin \