From cd7fbaa0c16175302e57bd40a5e38dd3d5abb080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:55:48 +0000 Subject: [PATCH] build(deps): bump lukemathwalker/cargo-chef (#4776) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34150a0e2c..2692edc476 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx AS xx # Utilizing Docker layer caching with `cargo-chef`. # # https://www.lpalmieri.com/posts/fast-rust-docker-builds/ -FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.79.0 AS chef +FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.80.0 AS chef FROM chef AS planner