We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56ad98b + 43d76a3 commit fd1f181Copy full SHA for fd1f181
deployment/Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build
2
-FROM lukemathwalker/cargo-chef:latest-rust-1.76 as chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef
3
WORKDIR /build/
4
# hadolint ignore=DL3008
5
@@ -20,7 +20,7 @@ RUN cargo chef prepare --recipe-path recipe.json
20
FROM chef as builder
21
22
# Install charcoal
23
-RUN cargo install --git https://github.com/ourovoros-io/charcoal.git --rev 77954dd00e9097ace2ee794759a098898f446e1e
+RUN cargo install --git https://github.com/ourovoros-io/charcoal.git --rev e69a6ffaf3e7eaf9f3ceea543087ea59ec5fd5d1
24
25
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
26
COPY --from=planner /build/recipe.json recipe.json
0 commit comments