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

This commit is contained in:
dependabot[bot]
2024-07-30 14:55:48 +00:00
committed by generall
parent c58ba34470
commit cd7fbaa0c1

View File

@@ -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