Skip to content

Commit

Permalink
update Dockerfile for latest build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Feb 15, 2023
1 parent f84b805 commit c2e9d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -17,4 +17,4 @@ WORKDIR /app
EXPOSE 18550
COPY --from=builder /app/target/release/mev /usr/local/bin

ENTRYPOINT [ "/usr/local/bin/mev" ]
ENTRYPOINT [ "/usr/local/bin/mev" ]

0 comments on commit c2e9d40

Please sign in to comment.