diff --git a/Dockerfile b/Dockerfile index d83c9f2d8..d448da10a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.2 # Base image containing all binaries, deployed to gcr.io/mango-markets/mango-v4:latest -FROM rust:1.60 as base +FROM rust:1.65 as base # RUN cargo install cargo-chef --locked RUN rustup component add rustfmt RUN apt-get update && apt-get -y install clang cmake