aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-08-07 22:27:44 +0100
committerGitHub <noreply@github.com>2024-08-07 22:27:44 +0100
commitea991d5f453c5ec98f144b1ae1c61857c5096cc8 (patch)
tree350aff19664f964b43492a0d883541745742c028 /Dockerfile
parentchore: update to rust 1.80 (#2344) (diff)
downloadatuin-ea991d5f453c5ec98f144b1ae1c61857c5096cc8.zip
chore(deps): update to debian bookworm, rust 1.80 (#2354)
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 927171a8..3feaf205 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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