chore(deps): bump lukemathwalker/cargo-chef (#1425)

Bumps lukemathwalker/cargo-chef from latest-rust-1.74.0-buster to latest-rust-1.74.1-buster.

---
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:
dependabot[bot] 2023-12-19 07:58:29 +00:00 committed by GitHub
parent 7aeea1c050
commit 42ac150fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.74.0-buster AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.74.1-buster AS chef
WORKDIR app
FROM chef AS planner