update Dockerfile to use rustc 1.61
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user