From ff88a570015110f35b52c3747aa435684d04ddf1 Mon Sep 17 00:00:00 2001 From: Brandon Kite Date: Thu, 15 Aug 2024 15:38:49 -0700 Subject: [PATCH] Update rust version in forc docker image --- deployment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Dockerfile b/deployment/Dockerfile index a9b865856af..10868781760 100644 --- a/deployment/Dockerfile +++ b/deployment/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM lukemathwalker/cargo-chef:latest-rust-1.76 as chef +FROM lukemathwalker/cargo-chef:latest-rust-1.79 as chef WORKDIR /build/ # hadolint ignore=DL3008 RUN apt-get update && \