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

Bumps lukemathwalker/cargo-chef from latest-rust-1.82.0-slim-bookworm to latest-rust-1.83.0-slim-bookworm.

---
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]
2024-12-27 22:08:16 +00:00
committed by GitHub
parent 66a7b306ce
commit a84b32f48b

View File

@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.82.0-slim-bookworm AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.83.0-slim-bookworm AS chef
WORKDIR app
FROM chef AS planner