Skip to content

Commit

Permalink
Pick stable octez_node binary
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Jul 24, 2024
1 parent 1d11d8d commit 131f7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/etherlink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ARG OCTEZ_TAG
FROM tezos/tezos:${OCTEZ_TAG} AS octez

FROM tezos/tezos:octez-v20.2 AS octez-stable
FROM ubuntu:22.04 AS builder
RUN apt-get -qq update
RUN apt-get install -y -q \
Expand Down Expand Up @@ -35,7 +35,7 @@ FROM alpine:3.15 AS etherlink
RUN apk --no-cache add binutils gcc gmp libgmpxx hidapi libc-dev libev libffi sudo sqlite sqlite-libs sqlite-dev
COPY --from=octez /usr/local/bin/octez-smart-rollup-node /usr/bin/octez-smart-rollup-node
COPY --from=octez /usr/local/bin/octez-client /usr/bin/octez-client
COPY --from=octez /usr/local/bin/octez-node /usr/bin/octez-node
COPY --from=octez-stable /usr/local/bin/octez-node /usr/bin/octez-node
COPY --from=octez /usr/share/zcash-params/ /root/.zcash-params/
COPY --from=octez /usr/local/bin/octez-evm-node /usr/bin/octez-evm-node
COPY --from=builder /build/bin/wasm_2_0_0/ /root/wasm_2_0_0/
Expand Down

0 comments on commit 131f7f0

Please sign in to comment.