diff --git a/Dockerfile b/Dockerfile index 74901f1..8b16a3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN cargo chef cook --release --target x86_64-unknown-linux-gnu --recipe-path re # ------------------- # # -- Oghma Builder -- # # ------------------- # -FROM rust:1.77 as builder +FROM rust:1.78 as builder WORKDIR /data/oghma COPY . . # Copy over the cached dependencies