summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-09 23:21:25 +0100
committerGitHub <noreply@github.com>2023-08-09 23:21:25 +0100
commit5fd49d4da2e1011110fcdc97b2470d754e254bb1 (patch)
tree01f46765c1878fffff88b769d618ef6a1eebc6e6 /Dockerfile
parent8080a172afaf50cbe6b4f5aade3c0920b29c3d1e (diff)
Bump lukemathwalker/cargo-chef (#1154)
Bumps lukemathwalker/cargo-chef from latest-rust-1.71.0 to latest-rust-1.71.1. --- 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 bfa6c9f0d..049fb8960 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.71.0 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.71.1 AS chef
WORKDIR app
FROM chef AS planner