From 166f2de20eb22a8553d550a73135e109e89769e4 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 23 Feb 2025 10:44:45 -0700 Subject: [PATCH] fix(prod): Switching back to ct-unstable branch --- production/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index a9ae09c..38720f5 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -56,7 +56,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/ipfs-bch-wal WORKDIR /home/safeuser/ipfs-bch-wallet-consumer # For development: switch to unstable branch -RUN git checkout master +RUN git checkout ct-unstable # Install dependencies #RUN mkdir .ipfsdata