From 8c92d2a90e094df4f848a0fb4ead8f795184e8eb Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 25 Jun 2024 15:04:31 +0000 Subject: [PATCH] specify main branch when cloning LS repo --- scripts/katana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/katana/Dockerfile b/scripts/katana/Dockerfile index 95a5e2256..40c53c1f7 100644 --- a/scripts/katana/Dockerfile +++ b/scripts/katana/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* # Clone loot survivor -RUN git clone https://github.com/Provable-Games/loot-survivor.git && cd loot-survivor +RUN git clone --branch main https://github.com/Provable-Games/loot-survivor.git && cd loot-survivor # Install scarb v2.6.4 RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v 2.6.4