aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-06-01 22:05:55 +0000
committerEllie Huxtable <ellie@elliehuxtable.com>2026-06-01 15:11:11 -0700
commitc59c934a0c871c03f25764715d3b39bdb2a406d3 (patch)
treeb277c001576758a6cdafe320532d7072de046659
parentchore: update to Rust 1.96 (#3507) (diff)
downloadatuin-c59c934a0c871c03f25764715d3b39bdb2a406d3.zip
chore(deps): bump lukemathwalker/cargo-chef
Bumps lukemathwalker/cargo-chef from latest-rust-1.95.0-slim-bookworm to latest-rust-1.96.0-slim-bookworm. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-version: latest-rust-1.96.0-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7f3ba3d6..3172b451 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.95.0-slim-bookworm AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.96.0-slim-bookworm AS chef
WORKDIR app
FROM chef AS planner