Skip to content

Commit 9b4441e

Browse files
Update version to v1.4.2 (#327)
Automatically generated PR to update version to v1.4.2 Co-authored-by: obol-platform <139374357+obol-platform@users.noreply.github.com>
1 parent e2f0b9f commit 9b4441e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ services:
8383
# \___|_| |_|\__,_|_| \___/|_| |_|
8484

8585
charon:
86-
image: obolnetwork/charon:${CHARON_VERSION:-v1.3.2}
86+
image: obolnetwork/charon:${CHARON_VERSION:-v1.4.2}
8787
environment:
8888
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
8989
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}

relay/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
#
77
relay:
88
# Pegged charon version (update this for each release).
9-
image: obolnetwork/charon:${CHARON_VERSION:-v1.3.2}
9+
image: obolnetwork/charon:${CHARON_VERSION:-v1.4.2}
1010
environment:
1111
CHARON_P2P_TCP_ADDRESS: 0.0.0.0:3610
1212
CHARON_HTTP_ADDRESS: 0.0.0.0:3640

0 commit comments

Comments
 (0)