Skip to content

Commit

Permalink
bump erigon version to 2.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Mar 14, 2024
1 parent 9197ef8 commit 071abf2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ 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.01.0] - 2023-01-05
## [24.03.0] - 2024-03-14
### Changed
- Bumped Erigon version to 2.58.2

## [24.01.0] - 2024-01-05
### Changed
- Bumped Erigon version to 2.55.1
- retired semantic versions, new versions are based on vYEAR.MONTH.VERSION
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE := 'v24.01.0'
RELEASE := 'v24.03.0'
# RELEASESEM := 'v1.9.0'

all: build
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version: '2.2'

# Basic erigon's service
x-erigon-service: &default-erigon-service
image: thorax/erigon:${TAG:-v2.55.1}
image: thorax/erigon:${TAG:-v2.58.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
Expand All @@ -24,7 +24,7 @@ x-erigon-service: &default-erigon-service

services:
erigon:
image: thorax/erigon:${TAG:-v2.55.1}
image: thorax/erigon:${TAG:-v2.58.2}
user: ${DOCKER_UID:-1000}:${DOCKER_GID:-1000}
command: |
${ERIGON_FLAGS-} --internalcl --private.api.addr=0.0.0.0:9090
Expand Down

0 comments on commit 071abf2

Please sign in to comment.