]> Repositorios git - scryer-prolog.git/commitdiff
update Dockerfile to use rustc 1.61
authorMark Thom <[email protected]>
Tue, 15 Nov 2022 04:18:03 +0000 (21:18 -0700)
committerMark Thom <[email protected]>
Tue, 15 Nov 2022 04:18:03 +0000 (21:18 -0700)
Dockerfile

index 501a2dce6cef95c27ea14e51e3fff8d087415082..661ff5d0aa40cb98f84cfd6394c221ee92c4f741 100755 (executable)
@@ -1,5 +1,5 @@
 # See https://github.com/LukeMathWalker/cargo-chef
-ARG RUST_VERSION=1.60-buster
+ARG RUST_VERSION=1.61-buster
 FROM rust:${RUST_VERSION} as planner
 WORKDIR /scryer-prolog
 RUN cargo install cargo-chef