build(deps): bump lukemathwalker/cargo-chef (#6246)

This commit is contained in:
dependabot[bot]
2025-03-24 20:42:32 +00:00
committed by timvisee
parent 2b6bbdc527
commit 11ce89d790

View File

@@ -12,7 +12,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.85.0 AS chef
FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.85.1 AS chef
FROM chef AS planner