mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 14:06:37 +00:00
Update to latest stable.
This commit is contained in:
parent
4c86217f2b
commit
adc0eebdd2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
WORKDIR /app
|
||||||
|
|
||||||
FROM chef as planner
|
FROM chef as planner
|
||||||
|
|
Loading…
Reference in a new issue