aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 08:09:08 +0100
committerGitHub <noreply@github.com>2024-05-06 08:09:08 +0100
commit100f5136fbe2cd045afc312aacfca70f45c01be2 (patch)
treef70ac5630a286aae983bf41cbefd7b9d6e10a7c6 /Dockerfile
parentfix(dotfiles): allow clearing aliases, disable import (#1995) (diff)
downloadatuin-100f5136fbe2cd045afc312aacfca70f45c01be2.zip
chore(deps): bump lukemathwalker/cargo-chef (#2004)
Bumps lukemathwalker/cargo-chef from latest-rust-1.77.2-buster to latest-rust-1.78.0-buster. --- 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 '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e8da0e54..1397fba8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.77.2-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.78.0-buster AS chef
WORKDIR app
FROM chef AS planner