fix(ci): add explicit rust-script version to app-image build

This commit is contained in:
Federico Terzi 2021-12-11 17:02:03 +01:00
parent 38b4d437f3
commit c23d99311a

View File

@ -31,7 +31,7 @@ RUN set -eux; \
cargo --version; \
rustc --version;
RUN mkdir espanso && cargo install --force cargo-make --version 0.34.0
RUN mkdir espanso && cargo install rust-script --version "0.7.0" && cargo install --force cargo-make --version 0.34.0
COPY . espanso