File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
1414RUN apt-get update && apt-get -y install bash jq nodejs npm git
1515RUN 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
9595COPY --from=builder /nethermind /nethermind
9696COPY --from=builder /iexec-poco/build /build
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments