diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-20 13:08:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-20 13:08:54 +0000 |
| commit | 3d82adad369c47ab99b6fa87dba8797150065b73 (patch) | |
| tree | 52a87b5418026ddf24958939dc8b61af740b9353 | |
| parent | fix: typo (#1741) (diff) | |
| download | atuin-3d82adad369c47ab99b6fa87dba8797150065b73.zip | |
chore(deps): bump lukemathwalker/cargo-chef (#1705)
Bumps lukemathwalker/cargo-chef from latest-rust-1.75.0-buster to latest-rust-1.76.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.75.0-buster AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.76.0-buster AS chef WORKDIR app FROM chef AS planner |
