🐳 Update cached version in Dockerfile

main
_ 2020-11-07 23:10:39 +00:00
parent 151f236a0b
commit 27b877e80e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update \
# Make sure the dependencies are all cached so we won't hammer crates.io
ADD old-git.tar.gz .
RUN git checkout 690f07dab67111a75fe190f014c8c23ef1753598 \
RUN git checkout 151f236a0b8de510b1896deeaa9c571f845040af \
&& git reset --hard \
&& cargo check