diff --git a/.motd b/.motd index 6e140f99..12bc17ac 100644 --- a/.motd +++ b/.motd @@ -3,5 +3,5 @@ This system runs an Ethereum node in the ~/eth-docker directory Get scrolling logs: 'ethd logs -f --tail 50' Update the Ethereum clients: 'ethd update' -Use the new Ethereum clients: 'ethd up' +See the version of Ethereum clients: 'ethd version' Get help: 'ethd' diff --git a/default.env b/default.env index 61e3adbc..0771352f 100644 --- a/default.env +++ b/default.env @@ -154,7 +154,7 @@ TEKU_DOCKERFILE=Dockerfile.binary # Lighthouse # SRC build target can be a tag, a branch, or a pr as "pr-ID" -LH_SRC_BUILD_TARGET='$(git describe --tags $(git rev-list --tags --max-count=1))' +LH_SRC_BUILD_TARGET=stable # If Lighthouse terminates with a SIGILL, make this "latest" LH_DOCKER_TAG=latest-modern LH_DOCKERFILE=Dockerfile.binary