From 6c7470472f22e403470d02cde263db87c0a4fa5f Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Wed, 28 Feb 2024 02:34:57 +0100 Subject: [PATCH] fix: Update the branch for dockerfile cloud --- docker/Dockerfile.cloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.cloud b/docker/Dockerfile.cloud index 7f717365..d18c4b93 100644 --- a/docker/Dockerfile.cloud +++ b/docker/Dockerfile.cloud @@ -6,7 +6,7 @@ ENV PORT 3000 RUN \ apk --no-cache add --virtual build-dependencies python3 build-base git -RUN git clone https://github.com/automatisch/automatisch.git +RUN git clone -b helix-new-endpoint https://github.com/automatisch/automatisch.git WORKDIR /automatisch