Rebuild with same nightly Rust

This commit is contained in:
Ingvar Stepanyan
2020-11-19 10:15:42 +00:00
parent fd87ae7d2a
commit e691860999
4 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
set -e
docker build -t squoosh-rust-nightly --build-arg RUST_IMG=rustlang/rust:nightly - < ../rust.Dockerfile
docker build -t squoosh-rust-nightly --build-arg RUST_IMG=rustlang/rust@sha256:a7e9ab157d7720536fd8e1db918dde49fb642f2b4db90f97cec2b8b6d6e4250b - < ../rust.Dockerfile
docker run --rm -v $PWD:/src squoosh-rust-nightly "$@"