Skip to content

Commit e0b73ca

Browse files
rphmeierpepyakin
authored andcommitted
docker: use polkadot 1.6.0
1 parent e362095 commit e0b73ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sugondat/chain/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
7575
RUN apt-get install -y nodejs multitail
7676
RUN npm install -g @zombienet/cli
7777

78-
COPY --from=parity/polkadot:v1.4.0 /usr/bin/polkadot /usr/bin/
79-
COPY --from=parity/polkadot:v1.4.0 /usr/lib/polkadot/polkadot-prepare-worker /usr/bin/
80-
COPY --from=parity/polkadot:v1.4.0 /usr/lib/polkadot/polkadot-execute-worker /usr/bin/
78+
COPY --from=parity/polkadot:v1.6.0 /usr/bin/polkadot /usr/bin/
79+
COPY --from=parity/polkadot:v1.6.0 /usr/lib/polkadot/polkadot-prepare-worker /usr/bin/
80+
COPY --from=parity/polkadot:v1.6.0 /usr/lib/polkadot/polkadot-execute-worker /usr/bin/
8181

8282
COPY ./testnet.toml /testnet.toml
8383

0 commit comments

Comments
 (0)