chore(deps): update to debian bookworm, rust 1.80 (#2354)

This commit is contained in:
Ellie Huxtable 2024-08-07 22:27:44 +01:00 committed by GitHub
parent b764ee327d
commit ea991d5f45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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