aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-07 10:42:58 +0000
committerGitHub <noreply@github.com>2023-02-07 10:42:58 +0000
commitffca02926c50ed7bae316581419c6578c0acd841 (patch)
tree24a85a2876d894cd9f7846a9ceddded4b83274bf
parentFix missing `-` in key-binding.md (#698) (diff)
downloadatuin-ffca02926c50ed7bae316581419c6578c0acd841.zip
Bump lukemathwalker/cargo-chef (#681)
Bumps lukemathwalker/cargo-chef from latest-rust-1.64.0 to latest-rust-1.67.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 5adde957..188159f4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.64.0 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.67.0 AS chef
WORKDIR app
FROM chef AS planner