diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-06 08:09:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-06 08:09:08 +0100 |
| commit | 100f5136fbe2cd045afc312aacfca70f45c01be2 (patch) | |
| tree | f70ac5630a286aae983bf41cbefd7b9d6e10a7c6 | |
| parent | fix(dotfiles): allow clearing aliases, disable import (#1995) (diff) | |
| download | atuin-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>
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
