From: Mark Thom Date: Tue, 15 Nov 2022 04:18:03 +0000 (-0700) Subject: update Dockerfile to use rustc 1.61 X-Git-Tag: v0.9.2~268 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=68b3c480c9662a7161c57d4bb99e59c810315da0;p=scryer-prolog.git update Dockerfile to use rustc 1.61 --- diff --git a/Dockerfile b/Dockerfile index 501a2dce..661ff5d0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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