diff --git a/Dockerfile b/Dockerfile index 6ddc479..6070f62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.74.1 as builder +FROM rust:1.79.0 as builder WORKDIR /usr/src/debrief COPY . . RUN cargo install --path .