summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-09 14:21:27 +0100
committerGitHub <noreply@github.com>2024-04-09 14:21:27 +0100
commit0ab9f4d9ff545d83dc664b494ecf450750c0f184 (patch)
treeca8ec8a2c48fc4e52d7bad546c6f8f029936cc78
parent05becf9255bba9fd0d4456f41c4acb00949a30c2 (diff)
chore(deps): bump lukemathwalker/cargo-chef (#1929)
Bumps lukemathwalker/cargo-chef from latest-rust-1.77.0-buster to latest-rust-1.77.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>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 03c0e074..813c63e7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.77.0-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.77.1-buster AS chef
WORKDIR app
FROM chef AS planner