diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-07 10:42:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-07 10:42:58 +0000 |
| commit | ffca02926c50ed7bae316581419c6578c0acd841 (patch) | |
| tree | 24a85a2876d894cd9f7846a9ceddded4b83274bf | |
| parent | Fix missing `-` in key-binding.md (#698) (diff) | |
| download | atuin-ffca02926c50ed7bae316581419c6578c0acd841.zip | |
Bump lukemathwalker/cargo-chef (#681)
Bumps lukemathwalker/cargo-chef from latest-rust-1.64.0 to latest-rust-1.67.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.64.0 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.67.0 AS chef WORKDIR app FROM chef AS planner |
