summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-19 07:58:29 +0000
committerGitHub <noreply@github.com>2023-12-19 07:58:29 +0000
commit42ac150fe34ee291e3228177a81f9cb1f572c741 (patch)
treef4902960e5256aa3324f0196c9acea4ca9ab3d23 /Dockerfile
parent7aeea1c050a6584507fa4cfc2239fd9289566aa9 (diff)
chore(deps): bump lukemathwalker/cargo-chef (#1425)
Bumps lukemathwalker/cargo-chef from latest-rust-1.74.0-buster to latest-rust-1.74.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>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a126a253..8897e96a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.74.0-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.74.1-buster AS chef
WORKDIR app
FROM chef AS planner