summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-30 21:40:39 +0000
committerGitHub <noreply@github.com>2023-08-30 21:40:39 +0000
commit14f07da741cde24a74f272834ac1e7997ce0cddf (patch)
tree8e4ad5aebe534590b58fb693dfbef944f1d73221 /Dockerfile
parentdead8f364528bd2ea2ac6a85164cdcd66508aa4d (diff)
Bump lukemathwalker/cargo-chef (#1196)
Bumps lukemathwalker/cargo-chef from latest-rust-1.71.1 to latest-rust-1.72.0. --- 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 b6dacc57e..6b14e8d18 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.71.1 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.72.0 AS chef
WORKDIR app
FROM chef AS planner