Update Dockerfile

This commit is contained in:
Ellie Huxtable 2022-03-18 19:28:55 +00:00 committed by GitHub
parent fae118a46b
commit 222e52be3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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