Skip to content

Commit 2843db6

Browse files
Merge pull request #129 from iExecBlockchainComputing/feature/jsonrpc-fix
Use Nethermind image with JSON RPC api fix
2 parents d5a3c81 + 9f521b4 commit 2843db6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v5.4.2
4+
- Use latest Nethermind base image `nethermindeth/nethermind:iexec`
5+
(saved internally at `nexus.intra.iex.ec/nethermind:1.18.x-0`)
6+
containing a fix for [#5506](https://github.com/NethermindEth/nethermind/issues/5506).
7+
38
## v5.4.1
49

510
- Fix default `poco-chain` `CMD`. (#127)

testchains/nethermind.dockerfile

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

12-
FROM iexechub/nethermind:1.14.1-patch.0 AS builder
12+
FROM nexus.intra.iex.ec/nethermind:1.18.x-0 AS builder
1313

1414
RUN apt-get update && apt-get -y install bash jq nodejs npm git
1515
RUN echo -e "Node: `node -v` - npm: `npm -v`"
@@ -90,7 +90,7 @@ RUN if [ "${CHAIN_TYPE}" = "native" ] ; \
9090
bash migrate-all.sh; \
9191
fi
9292

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

9595
COPY --from=builder /nethermind /nethermind
9696
COPY --from=builder /iexec-poco/build /build

testchains/nethermind/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- pushgateway
2929

3030
netstats:
31-
image: docker-regis.iex.ec/netstats:0.0.10
31+
image: docker-regis.iex.ec/netstats:0.1.0
3232
container_name: netstats
3333
ports:
3434
- 8080:3000

0 commit comments

Comments
 (0)