update Dockerfile to use rustc 1.61

This commit is contained in:
Mark Thom
2022-11-14 21:18:03 -07:00
parent 9fd1bf5574
commit 68b3c480c9

View File

@@ -1,5 +1,5 @@
# See https://github.com/LukeMathWalker/cargo-chef # 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 FROM rust:${RUST_VERSION} as planner
WORKDIR /scryer-prolog WORKDIR /scryer-prolog
RUN cargo install cargo-chef RUN cargo install cargo-chef