From 5e991946b1f13accf802c5330899efa0358f0d87 Mon Sep 17 00:00:00 2001 From: Charles <97279672+CharlesFus@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:44:04 +0800 Subject: [PATCH] erigon: 2.60.8 -> v2.60.9 (#16) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * erigon: 2.60.8 -> 2.60.9 * fix: erigon docker image - 2.60.7 : docker images will be released on Dockerhub repository “erigontech/erigon”. Previous images, released in repository “thorax/erigon” will remain as is. We are not planning to copy old images to the new dockerhub repository. - v2.60.9 :Returned prefix "v" to git tag, docker tags. Reason: compatibility with Golang's rules (go.mod) --------- Co-authored-by: richard --- images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images.yaml b/images.yaml index e2469a6..5d687ef 100644 --- a/images.yaml +++ b/images.yaml @@ -2,5 +2,5 @@ images: nethermind: "nethermind/nethermind:1.29.1" geth: "ethereum/client-go:v1.14.11" reth: "ghcr.io/paradigmxyz/reth:v1.1.0" - erigon: "thorax/erigon:2.60.8" + erigon: "erigontech/erigon:v2.60.9" besu: "hyperledger/besu:24.10.0"