summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-24 09:06:44 +0000
committerGitHub <noreply@github.com>2023-03-24 09:06:44 +0000
commit3b77e1130cfd530f932318aaa364b57d1f5b0538 (patch)
tree87118298004962f91e62053aa890f7b37e6d158b
parent79622cf698a1c831341f6e3906005ddbb54c55d8 (diff)
Bump lukemathwalker/cargo-chef (#781)
Bumps lukemathwalker/cargo-chef from latest-rust-1.67.1 to latest-rust-1.68.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>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9125eea0..9b6734d3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.67.1 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.68.0 AS chef
WORKDIR app
FROM chef AS planner