Skip to content

Commit

Permalink
Lock qsv version (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasmmg authored Dec 3, 2024
1 parent 9399810 commit 80481ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datapusher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN apt-get install -y \
# Install QSVDP
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN cargo install qsv --locked --bin qsvdp -F datapusher_plus,luau
RUN rustup install 1.75.0
RUN rustup default 1.75.0
RUN cargo install --version 0.108.0 qsv --locked --bin qsvdp -F datapusher_plus,luau
RUN mkdir /app/files

CMD [ "python", "main.py" ]

0 comments on commit 80481ca

Please sign in to comment.