Skip to content

Commit b309d70

Browse files
committed
Use tagged docker image
1 parent 016215a commit b309d70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

testchains/nethermind.dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
## .
1010
###
1111

12-
# FROM iexechub/nethermind:1.14.1-patch.0 AS builder
13-
FROM nethermindeth/nethermind:iexec AS builder
12+
FROM nexus.intra.iex.ec/nethermind:1.18.x-0 AS builder
1413

1514
RUN apt-get update && apt-get -y install bash jq nodejs npm git
1615
RUN echo -e "Node: `node -v` - npm: `npm -v`"
@@ -91,7 +90,7 @@ RUN if [ "${CHAIN_TYPE}" = "native" ] ; \
9190
bash migrate-all.sh; \
9291
fi
9392

94-
FROM iexechub/nethermind:1.14.1-patch.0
93+
FROM nexus.intra.iex.ec/nethermind:1.18.x-0
9594

9695
COPY --from=builder /nethermind /nethermind
9796
COPY --from=builder /iexec-poco/build /build

0 commit comments

Comments
 (0)