Skip to content

v2.3.1-fh3.0-1

Compare
Choose a tag to compare
@maoueh maoueh released this 07 Mar 22:39
· 151 commits to release/v2.x-fh since this release

Updates our Abritrum fork to https://github.com/OffchainLabs/nitro/releases/tag/v2.3.1.

We provide a pre-built Docker image `` which can be built locally with:

TAG=v2.3.1-fh3.0-1
docker build --platform linux/amd64 --label org.opencontainers.image.version=$TAG -t $TAG --load .

And you can extract the Linux amd64 build using those command

docker run --rm -d --platform=linux/amd64 --name "nitro" --entrypoint bash ghcr.io/streamingfast/nitro:v2.3.1-fh3.0-1 -c "sleep 3600"
docker cp nitro:/usr/local/bin/nitro /tmp
docker kill nitro