From b314de23fd36ee388782a0473c36592f40a03c06 Mon Sep 17 00:00:00 2001 From: loothero <100039621+loothero@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:15:52 -0400 Subject: [PATCH] Switch katana docker main branch (#29) --- scripts/katana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/katana/Dockerfile b/scripts/katana/Dockerfile index c2dfe4b3c..95a5e2256 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 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