Skip to content

Commit

Permalink
specify main branch when cloning LS repo
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 25, 2024
1 parent eb5255c commit 8c92d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/katana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c92d2a

Please sign in to comment.