diff --git a/Dockerfile b/Dockerfile index 0b29aa0c5..3390dd7e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -205,8 +205,7 @@ RUN apt-get update && apt-get install -y unzip wget curl WORKDIR /workspace/machines # Download WAVM machines -# Since these replay artifacts are only used for core arbitrum functionality -# we don't need to fetch legacy artifacts +# no fetch since these replay artifacts are only used for backwards compatibility for Arbitrum One and Nova COPY ./scripts/download-machine.sh . #RUN ./download-machine.sh consensus-v1-rc1 0xbb9d58e9527566138b682f3a207c0976d5359837f6e330f4017434cca983ff41 #RUN ./download-machine.sh consensus-v2.1 0x9d68e40c47e3b87a8a7e6368cc52915720a6484bb2f47ceabad7e573e3a11232 @@ -303,7 +302,8 @@ USER user WORKDIR /home/user/ ENTRYPOINT [ "/usr/local/bin/nitro" ] -FROM offchainlabs/nitro-node:v2.3.4-rc.5-b4cc111 AS nitro-legacy +## Fetch the old nitro-node release +FROM offchainlabs/nitro-node:v3.2.1-d81324d AS nitro-legacy FROM nitro-node-slim AS nitro-node USER root diff --git a/contracts b/contracts index 9d17ba2d2..637e4770a 160000 --- a/contracts +++ b/contracts @@ -1 +1 @@ -Subproject commit 9d17ba2d205f851df9ed01bf1f58b1515eeb030d +Subproject commit 637e4770aca46fcd63693ca5a7d66e6b7303e833