From f7ccb49e5978e5afd3951bd8211faba2785306c7 Mon Sep 17 00:00:00 2001 From: "Michael F." Date: Mon, 8 Jul 2024 16:03:42 +0200 Subject: [PATCH] bump to erigon version 2.60.2 --- CHANGELOG.md | 4 ++++ Makefile | 2 +- docker-compose.yml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2074a4b..a6d7f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [24.07.0] - 2024-07-08 +### Changed +- Bumped Erigon version to 2.60.2 + ## [24.05.0] - 2024-05-14 ### Changed - Bumped Erigon version to 2.59.3 diff --git a/Makefile b/Makefile index b6905ec..19bea9a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RELEASE := 'v24.05.0' +RELEASE := 'v24.07.0' # RELEASESEM := 'v1.9.0' all: build diff --git a/docker-compose.yml b/docker-compose.yml index 8e42247..6604ef4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ version: '2.2' # Basic erigon's service x-erigon-service: &default-erigon-service - image: thorax/erigon:${TAG:-v2.59.3} + image: thorax/erigon:${TAG:-v2.60.2} pid: service:erigon # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode) volumes_from: [ erigon ] restart: unless-stopped @@ -24,7 +24,7 @@ x-erigon-service: &default-erigon-service services: erigon: - image: thorax/erigon:${TAG:-v2.59.3} + image: thorax/erigon:${TAG:-v2.60.2} user: ${DOCKER_UID:-1000}:${DOCKER_GID:-1000} command: | ${ERIGON_FLAGS-} --internalcl --private.api.addr=0.0.0.0:9090