From 3da46c3d6f88d78e34fcaf9ed64183beac43dec9 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 12 Feb 2025 16:22:44 -0700 Subject: [PATCH] Using helia-v5 branch when building docker container --- production/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index 0c08f37..2242425 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -56,7 +56,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/ipfs-service WORKDIR /home/safeuser/ipfs-service-provider # For development: switch to unstable branch -RUN git checkout ct-unstable +RUN git checkout helia-v5 # Install dependencies #RUN mkdir .ipfsdata