aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-07 13:03:56 +0100
committerGitHub <noreply@github.com>2025-04-07 13:03:56 +0100
commit95c29b7859d9d182ccfeb864386d3067b928dc78 (patch)
tree22fb3b1082834b6f22af81adeaf2d91ad384d051
parentfix(zsh): avoid calling user-defined widgets when searching for history posit... (diff)
downloadatuin-95c29b7859d9d182ccfeb864386d3067b928dc78.zip
chore(deps): bump lukemathwalker/cargo-chef (#2675)
Bumps lukemathwalker/cargo-chef from latest-rust-1.85.1-slim-bookworm to latest-rust-1.86.0-slim-bookworm. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-version: latest-rust-1.86.0-slim-bookworm 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 7d7de6c4..5c385b37 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.85.1-slim-bookworm AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.86.0-slim-bookworm AS chef
WORKDIR app
FROM chef AS planner