aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-08 08:55:08 +0100
committerGitHub <noreply@github.com>2023-06-08 08:55:08 +0100
commit49f0def12b3eda324d2aa725a245913cb441853d (patch)
treeb1276c7af1edac7ca16c43f93c5c82f15ed268fa /Dockerfile
parentfeat: do not allow empty passwords durring account creation (#1029) (diff)
downloadatuin-49f0def12b3eda324d2aa725a245913cb441853d.zip
Bump lukemathwalker/cargo-chef (#1026)
Bumps lukemathwalker/cargo-chef from latest-rust-1.68.0 to latest-rust-1.70.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 3684e768..d1f51c58 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.68.0 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.70.0 AS chef
WORKDIR app
FROM chef AS planner