From 24cd1f3afbb893f27b6a542eb55c799910f4902a Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 22 Apr 2026 07:48:58 -0700 Subject: [PATCH] Using round-robin branch in Dockerfile --- production/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index 53ba857..9ee6952 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -51,7 +51,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/psf-bch-api- # and `stage` has the most up-to-date changes. WORKDIR /home/safeuser/psf-bch-api-base -#RUN git checkout ct-unstable +RUN git checkout round-robin-facilitator # Install dependencies RUN npm install