summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-17 15:39:55 -0700
committerGitHub <noreply@github.com>2023-10-17 15:39:55 -0700
commitcfd7032d8485c9064570f6f523ee1bd5c220ab3e (patch)
tree4454f8794115a58de2eebacbf9e63f82931b63ee /Dockerfile
parentad6cae4dac202c315ca34128f3cdf884a700705c (diff)
Bump lukemathwalker/cargo-chef (#1297)
Bumps lukemathwalker/cargo-chef from latest-rust-1.72.0-buster to latest-rust-1.73.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>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1a33c427..7a8d4b7b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.72.0-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.73.0-buster AS chef
WORKDIR app
FROM chef AS planner