From c2e9d408ea9467199ebbce1ef7b1b0e075944a9f Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Wed, 15 Feb 2023 15:17:19 -0700 Subject: [PATCH] update Dockerfile for latest build configuration --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 99c25f06..a0465fb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.60-bullseye AS chef +FROM rust:1.67-bullseye AS chef RUN cargo install cargo-chef WORKDIR /app @@ -17,4 +17,4 @@ WORKDIR /app EXPOSE 18550 COPY --from=builder /app/target/release/mev /usr/local/bin -ENTRYPOINT [ "/usr/local/bin/mev" ] \ No newline at end of file +ENTRYPOINT [ "/usr/local/bin/mev" ]