Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 4d89108

Browse files
authored
set Scarb Version (#76)
1 parent 1ab8871 commit 4d89108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
2222
RUN rustc --version
2323

2424
# install Scarb
25-
RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash
25+
RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v 2.3.0
2626
ENV PATH="/root/.local/bin:${PATH}"
2727

2828
#Specify a working directory

0 commit comments

Comments
 (0)