diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-30 21:40:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-30 21:40:39 +0000 |
| commit | 14f07da741cde24a74f272834ac1e7997ce0cddf (patch) | |
| tree | 8e4ad5aebe534590b58fb693dfbef944f1d73221 | |
| parent | Run formatting (#1202) (diff) | |
| download | atuin-14f07da741cde24a74f272834ac1e7997ce0cddf.zip | |
Bump lukemathwalker/cargo-chef (#1196)
Bumps lukemathwalker/cargo-chef from latest-rust-1.71.1 to latest-rust-1.72.0.
---
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.71.1 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.72.0 AS chef WORKDIR app FROM chef AS planner |
