From 44499d965256b2711325d96d5ccad9b1f8a9fecb Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 28 Jan 2024 15:00:30 -0800 Subject: [PATCH] Updating Dockerfile to use v1.0.10 branch --- production/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index 5ee12e5..23f4a7d 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -53,7 +53,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 v1.0.10 # Install dependencies #RUN mkdir .ipfsdata