diff --git a/deployment/Dockerfile b/deployment/Dockerfile index 10868781760..5554de79bf3 100644 --- a/deployment/Dockerfile +++ b/deployment/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM lukemathwalker/cargo-chef:latest-rust-1.79 as chef +FROM lukemathwalker/cargo-chef:latest-rust-1.83 as chef WORKDIR /build/ # hadolint ignore=DL3008 RUN apt-get update && \