summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-17 13:56:26 +0100
committerGitHub <noreply@github.com>2024-04-17 13:56:26 +0100
commit4fe15679afb28090f75f4787cced9185f7e1a0cd (patch)
tree4510243e6a3154ab34ef5ba9317807ec3cae66e0
parent4f26963c9968400e12251be8cf671a5d40680451 (diff)
chore(deps): bump lukemathwalker/cargo-chef (#1948)
Bumps lukemathwalker/cargo-chef from latest-rust-1.77.1-buster to latest-rust-1.77.2-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 813c63e7..98e3fd26 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.77.1-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.77.2-buster AS chef
WORKDIR app
FROM chef AS planner