Skip to content

Commit

Permalink
Merge pull request #104 from FuelLabs/sophie/update-charc
Browse files Browse the repository at this point in the history
fix: update charcoal version
  • Loading branch information
sdankel authored Dec 31, 2024
2 parents 56ad98b + 43d76a3 commit fd1f181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM lukemathwalker/cargo-chef:latest-rust-1.76 as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef
WORKDIR /build/
# hadolint ignore=DL3008

Expand All @@ -20,7 +20,7 @@ RUN cargo chef prepare --recipe-path recipe.json
FROM chef as builder

# Install charcoal
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

ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
COPY --from=planner /build/recipe.json recipe.json
Expand Down

0 comments on commit fd1f181

Please sign in to comment.