summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-20 13:08:54 +0000
committerGitHub <noreply@github.com>2024-02-20 13:08:54 +0000
commit3d82adad369c47ab99b6fa87dba8797150065b73 (patch)
tree52a87b5418026ddf24958939dc8b61af740b9353
parent409456fce1800202e0b69f3ff830b5528de178db (diff)
chore(deps): bump lukemathwalker/cargo-chef (#1705)
Bumps lukemathwalker/cargo-chef from latest-rust-1.75.0-buster to latest-rust-1.76.0-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>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c29535af..4b51a9f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.75.0-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.76.0-buster AS chef
WORKDIR app
FROM chef AS planner