Skip to content

Commit fb74889

Browse files
committed
Use latest Nethermind base image
1 parent d5a3c81 commit fb74889

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v5.4.2
4+
- Use latest Nethermind base image `nethermindeth/nethermind:iexec`
5+
containing a fix for [#5506](https://github.com/NethermindEth/nethermind/issues/5506).
6+
37
## v5.4.1
48

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

testchains/nethermind.dockerfile

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

12-
FROM iexechub/nethermind:1.14.1-patch.0 AS builder
12+
# FROM iexechub/nethermind:1.14.1-patch.0 AS builder
13+
FROM nethermindeth/nethermind:iexec AS builder
1314

1415
RUN apt-get update && apt-get -y install bash jq nodejs npm git
1516
RUN echo -e "Node: `node -v` - npm: `npm -v`"

0 commit comments

Comments
 (0)