diff --git a/docker/l1-chain/Dockerfile b/docker/l1-chain/Dockerfile index 5a515ee0..09a917b4 100644 --- a/docker/l1-chain/Dockerfile +++ b/docker/l1-chain/Dockerfile @@ -9,7 +9,7 @@ RUN npm i -g pnpm WORKDIR /l1chain # clone the contracts repo -RUN git clone --depth 1 --branch lf/feat/update-beta-5 https://github.com/FuelLabs/fuel-bridge.git /tmp/fuel-bridge +RUN git clone --depth 1 --branch main https://github.com/FuelLabs/fuel-bridge.git /tmp/fuel-bridge RUN mv /tmp/fuel-bridge/packages/solidity-contracts /l1chain/portal-contracts # copy over the fuel chain and replace consts values