diff --git a/Dockerfile b/Dockerfile index 0a054be..dcad61b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ # ----------------------------------------- # Chef stage # ----------------------------------------- -FROM rust:1.96.0 AS chef +FROM rust:1.96.1 AS chef RUN cargo install --locked cargo-chef WORKDIR /usr/src/ordbokapi-worker