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 d5a3c81 commit fb74889Copy full SHA for fb74889
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## v5.4.1
8
9
- Fix default `poco-chain` `CMD`. (#127)
testchains/nethermind.dockerfile
@@ -9,7 +9,8 @@
## .
10
###
11
12
-FROM iexechub/nethermind:1.14.1-patch.0 AS builder
+# FROM iexechub/nethermind:1.14.1-patch.0 AS builder
13
+FROM nethermindeth/nethermind:iexec 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`"
0 commit comments