aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-09 22:35:18 +0000
committerGitHub <noreply@github.com>2025-03-09 22:35:18 +0000
commitb9385d805963bed5c0d4d70a78ee72cdba9057a4 (patch)
tree0b2d5cdf71e6688ee654e11a2f49f48fdf98e1ee /Dockerfile
parentfix: improve broken symlink error handling (#2589) (diff)
downloadatuin-b9385d805963bed5c0d4d70a78ee72cdba9057a4.zip
chore(deps): bump lukemathwalker/cargo-chef (#2595)
Bumps lukemathwalker/cargo-chef from latest-rust-1.84.1-slim-bookworm to latest-rust-1.85.0-slim-bookworm. --- 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 6c35c7e2..cd42b9dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.84.1-slim-bookworm AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.85.0-slim-bookworm AS chef
WORKDIR app
FROM chef AS planner