fix: Chef cook uses wrong toolchain
All checks were successful
Build and deploy / build (push) Successful in 16m33s
Build and deploy / Deploy container (push) Has been skipped

This commit is contained in:
2025-11-17 00:51:44 +01:00
parent 4475ba5293
commit 9b6a2ebeaa

View File

@@ -11,6 +11,7 @@ RUN cargo chef prepare --recipe-path recipe.json
FROM base AS builder
# HACK: Now we can use unstable feature while on stable rust!
ENV RUSTC_BOOTSTRAP=1
COPY ./rust-toolchain.toml .
COPY --from=planner /app/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json