mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-23 17:21:01 +00:00
Update to latest stable.
This commit is contained in:
parent
3c13bfd583
commit
d0fdfe4533
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
|
||||
|
||||
FROM chef as planner
|
||||
|
|
Loading…
Reference in a new issue