Skip to content

Commit fd1f181

Browse files
authored
Merge pull request #104 from FuelLabs/sophie/update-charc
fix: update charcoal version
2 parents 56ad98b + 43d76a3 commit fd1f181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build
2-
FROM lukemathwalker/cargo-chef:latest-rust-1.76 as chef
2+
FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef
33
WORKDIR /build/
44
# hadolint ignore=DL3008
55

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

2222
# Install charcoal
23-
RUN cargo install --git https://github.com/ourovoros-io/charcoal.git --rev 77954dd00e9097ace2ee794759a098898f446e1e
23+
RUN cargo install --git https://github.com/ourovoros-io/charcoal.git --rev e69a6ffaf3e7eaf9f3ceea543087ea59ec5fd5d1
2424

2525
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
2626
COPY --from=planner /build/recipe.json recipe.json

0 commit comments

Comments
 (0)