We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e362095 commit e0b73caCopy full SHA for e0b73ca
sugondat/chain/Dockerfile
@@ -75,9 +75,9 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
75
RUN apt-get install -y nodejs multitail
76
RUN npm install -g @zombienet/cli
77
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/
+COPY --from=parity/polkadot:v1.6.0 /usr/bin/polkadot /usr/bin/
+COPY --from=parity/polkadot:v1.6.0 /usr/lib/polkadot/polkadot-prepare-worker /usr/bin/
+COPY --from=parity/polkadot:v1.6.0 /usr/lib/polkadot/polkadot-execute-worker /usr/bin/
81
82
COPY ./testnet.toml /testnet.toml
83
0 commit comments