diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-09 23:21:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 23:21:25 +0100 |
| commit | 5fd49d4da2e1011110fcdc97b2470d754e254bb1 (patch) | |
| tree | 01f46765c1878fffff88b769d618ef6a1eebc6e6 | |
| parent | Update(docs) Add `workspace` to config.toml and config.md (#1157) (diff) | |
| download | atuin-5fd49d4da2e1011110fcdc97b2470d754e254bb1.zip | |
Bump lukemathwalker/cargo-chef (#1154)
Bumps lukemathwalker/cargo-chef from latest-rust-1.71.0 to latest-rust-1.71.1.
---
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.0 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.71.1 AS chef WORKDIR app FROM chef AS planner |
