diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-08-07 22:27:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-07 22:27:44 +0100 |
| commit | ea991d5f453c5ec98f144b1ae1c61857c5096cc8 (patch) | |
| tree | 350aff19664f964b43492a0d883541745742c028 | |
| parent | chore: update to rust 1.80 (#2344) (diff) | |
| download | atuin-ea991d5f453c5ec98f144b1ae1c61857c5096cc8.zip | |
chore(deps): update to debian bookworm, rust 1.80 (#2354)
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.79.0-buster AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.80-slim-bookworm AS chef WORKDIR app FROM chef AS planner |
