Skip to content

Commit

Permalink
bump to erigon version 2.60.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jul 8, 2024
1 parent 37a7fd4 commit f7ccb49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.05.0'
RELEASE := 'v24.07.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.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
Expand All @@ -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
Expand Down

0 comments on commit f7ccb49

Please sign in to comment.