mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Bump lukemathwalker/cargo-chef (#3603)
Bumps lukemathwalker/cargo-chef from latest-rust-1.75.0 to latest-rust-1.76.0. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
timvisee
parent
f9e32ee5fa
commit
dfa3be4d07
@@ -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.75.0 AS chef
|
||||
FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.76.0 AS chef
|
||||
|
||||
|
||||
FROM chef AS planner
|
||||
|
||||
Reference in New Issue
Block a user