Skip to content

Commit aa8c2d8

Browse files
authored
Bump to v1.5.2 (#154)
1 parent 669c5ef commit aa8c2d8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docker-compose.yml

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

8484
charon:
85-
image: obolnetwork/charon:${CHARON_VERSION:-v1.5.1}
85+
image: obolnetwork/charon:${CHARON_VERSION:-v1.5.2}
8686
environment:
8787
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
8888
- CHARON_BEACON_NODE_HEADERS=${CHARON_BEACON_NODE_HEADERS:-}

relay/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
version: "3.8"
22

33
services:
4-
# _ _ _
5-
# _ _ ___ | | __ _ | || |
6-
# | '_|/ -_)| |/ _` | \_. |
7-
# |_| \___||_|\__/_| |__/
8-
#
4+
# _ _ _
5+
# _ _ ___ | | __ _ | || |
6+
# | '_|/ -_)| |/ _` | \_. |
7+
# |_| \___||_|\__/_| |__/
8+
#
99
relay:
1010
# Pegged charon version (update this for each release).
11-
image: obolnetwork/charon:${CHARON_VERSION:-v1.0.0}
11+
image: obolnetwork/charon:${CHARON_VERSION:-v1.5.2}
1212
environment:
1313
CHARON_P2P_TCP_ADDRESS: 0.0.0.0:3610
1414
CHARON_HTTP_ADDRESS: 0.0.0.0:3640

0 commit comments

Comments
 (0)