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 016215a commit b309d70Copy full SHA for b309d70
testchains/nethermind.dockerfile
@@ -9,8 +9,7 @@
9
## .
10
###
11
12
-# FROM iexechub/nethermind:1.14.1-patch.0 AS builder
13
-FROM nethermindeth/nethermind:iexec AS builder
+FROM nexus.intra.iex.ec/nethermind:1.18.x-0 AS builder
14
15
RUN apt-get update && apt-get -y install bash jq nodejs npm git
16
RUN echo -e "Node: `node -v` - npm: `npm -v`"
@@ -91,7 +90,7 @@ RUN if [ "${CHAIN_TYPE}" = "native" ] ; \
91
90
bash migrate-all.sh; \
92
fi
93
94
-FROM iexechub/nethermind:1.14.1-patch.0
+FROM nexus.intra.iex.ec/nethermind:1.18.x-0
95
96
COPY --from=builder /nethermind /nethermind
97
COPY --from=builder /iexec-poco/build /build
0 commit comments