diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2022-03-18 19:28:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-18 19:28:55 +0000 |
| commit | 222e52be3d2c7aeded3b4f0087f37da6967249cd (patch) | |
| tree | a711bcb4e575fa22d56f63c998b1f1e4fa9a9f5a /Dockerfile | |
| parent | Improve fuzzy search (#279) (diff) | |
| download | atuin-222e52be3d2c7aeded3b4f0087f37da6967249cd.zip | |
Update Dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.56.1 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.59 AS chef WORKDIR app FROM chef AS planner |
