From 09f47080622e6e9f46db3ed1252dde9de70b4114 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:43:31 -0300 Subject: [PATCH] fix: using wrong chain config for fuel core v0.35 --- docker/fuel-core/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/fuel-core/Dockerfile b/docker/fuel-core/Dockerfile index 8c30e9368..2116c5571 100644 --- a/docker/fuel-core/Dockerfile +++ b/docker/fuel-core/Dockerfile @@ -14,9 +14,12 @@ WORKDIR /fuel COPY ./genesis_coins.json . +# Fuel Core 0.35.0, needs to be changed when core version is updated RUN git clone \ https://github.com/FuelLabs/chain-configuration.git \ - /chain-configuration + /chain-configuration && \ + cd /chain-configuration && \ + git checkout 6cea45da59bb105a02fb0b115c7ef03f3a690ba1 # Copy the base local configuration RUN cp -R /chain-configuration/local/* ./