Merge pull request #1687 from gruhn/master

Fix failing Docker build
This commit is contained in:
Mark Thom
2023-01-21 05:02:33 +01:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# See https://github.com/LukeMathWalker/cargo-chef
ARG RUST_VERSION=1.61-buster
ARG RUST_VERSION=1-buster
FROM rust:${RUST_VERSION} as planner
WORKDIR /scryer-prolog
RUN cargo install cargo-chef