Update to latest stable.

This commit is contained in:
Luca P 2022-03-09 09:47:30 +00:00
parent 4c86217f2b
commit adc0eebdd2

View file

@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.53.0 as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.59.0 as chef
WORKDIR /app
FROM chef as planner