File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,4 +29,9 @@ please read the [contribution guidelines](CONTRIBUTING.md) so you can run lint c
2929
3030## Version
3131
32- This is Eth Docker v2.3.9
32+ Eth Docker uses a "semver-ish" scheme.
33+ - First digit, major shifts in how things work. The last one was Ethereum merge. I do not expect another shift that
34+ large.
35+ - Second through fourth digit, [ semver] ( https://semver.org/ ) .
36+
37+ This is Eth Docker v2.3.10.0
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ MEV_NODE=http://mev-boost:18550
164164# The default source build targets build from the latest github tag
165165
166166# Eth Docker updates its code to latest by default.
167- # Set a github tag here to pin it to a version.
167+ # Set a Github tag here to pin it to a version. Supported from v2.3.9 .
168168ETH_DOCKER_TAG =
169169
170170# SSV
You can’t perform that action at this time.
0 commit comments