diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-01 22:05:55 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-06-01 15:11:11 -0700 |
| commit | c59c934a0c871c03f25764715d3b39bdb2a406d3 (patch) | |
| tree | b277c001576758a6cdafe320532d7072de046659 | |
| parent | chore: update to Rust 1.96 (#3507) (diff) | |
| download | atuin-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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
