summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-02 08:34:21 +0100
committerGitHub <noreply@github.com>2024-04-02 08:34:21 +0100
commit5981a882a59f7f5b823617bcf2ca809a084e4c3f (patch)
treec2396148f253cf377b5c38a9787f468dce92a40e
parent5c54c2afedf59e653d9cf1f8bca016397937d7f7 (diff)
chore(deps): bump lukemathwalker/cargo-chef (#1901)
Bumps lukemathwalker/cargo-chef from latest-rust-1.76.0-buster to latest-rust-1.77.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 0a0dfa86..03c0e074 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.76.0-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.77.0-buster AS chef
WORKDIR app
FROM chef AS planner