Skip to content

Commit 08a3b4a

Browse files
PlasmaPowerhkalodner
authored andcommitted
Download Consensus V2 WAVM machine into docker image for validators
1 parent 6014374 commit 08a3b4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ RUN NITRO_BUILD_IGNORE_TIMESTAMPS=1 make build-replay-env
123123
FROM debian:bullseye-slim as machine-versions
124124
RUN apt-get update && apt-get install -y unzip wget
125125
WORKDIR /workspace/machines
126-
# Download WASM machines
126+
# Download WAVM machines
127127
RUN bash -c 'r=0xbb9d58e9527566138b682f3a207c0976d5359837f6e330f4017434cca983ff41 && mkdir $r && ln -sfT $r latest && cd $r && echo $r > module-root.txt && wget https://github.com/OffchainLabs/nitro/releases/download/consensus-v1-rc1/machine.wavm.br'
128+
RUN bash -c 'r=0xee16b2358c81be2b9feb8486f052e74f18b8a790e4e77b4dc9e4f34d71d3b4c0 && mkdir $r && ln -sfT $r latest && cd $r && echo $r > module-root.txt && wget https://github.com/OffchainLabs/nitro/releases/download/consensus-v2/machine.wavm.br'
128129

129130
FROM golang:1.17-bullseye as node-builder
130131
WORKDIR /workspace

0 commit comments

Comments
 (0)