This commit is contained in:
parent
1456184d30
commit
66fe384ae4
2 changed files with 24 additions and 1 deletions
|
@ -15,7 +15,7 @@ WORKDIR /usr/src/templates
|
|||
COPY ./templates .
|
||||
RUN minify . -r -o .
|
||||
|
||||
FROM docker.io/lukemathwalker/cargo-chef:latest-rust-1.67.0 as chef
|
||||
FROM docker.io/lukemathwalker/cargo-chef:latest-rust-1.67 as chef
|
||||
|
||||
FROM chef as diesel
|
||||
RUN cargo install diesel_cli --no-default-features --features postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue