File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ RUN wget "https://raw.githubusercontent.com/zcash/zcash/v5.6.0/zcutil/fetch-para
1111
1212ARG TARGETPLATFORM
1313ARG TAG
14- RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then EXEC_NAME= "octez-node- arm64" ; else EXEC_NAME= "octez-node " ; fi \
15- && wget "https://github. com/serokell/tezos-packaging/ releases/download/ $TAG/$EXEC_NAME " -O "octez-node" \
14+ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCH= " arm64" ; else ARCH= "x86_64 " ; fi \
15+ && wget "https://octez.tezos. com/releases/octez- $TAG/binaries/$ARCH/octez-node " -O "octez-node" \
1616 && chmod +x octez-node \
1717 && ln -s octez-node tezos-node
1818# RUN ./tezos-node identity generate "0.0" --data-dir /tezos/sandbox
Original file line number Diff line number Diff line change 1- v22 .0-1
1+ v23 .0-rc2
You can’t perform that action at this time.
0 commit comments