Update Dockerfile
This commit is contained in:
parent
fae118a46b
commit
222e52be3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
WORKDIR app
|
||||||
|
|
||||||
FROM chef AS planner
|
FROM chef AS planner
|
||||||
|
|
Loading…
Reference in a new issue