Skip to content

Commit a4bf270

Browse files
Update version to v1.7.2 (#182)
Co-authored-by: obol-platform <[email protected]>
1 parent 54d05c9 commit a4bf270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
######### Charon Config #########
3636

37-
# Charon docker container image version, e.g. `v1.4.3`.
37+
# Charon docker container image version, e.g. `v1.7.2`.
3838
# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
3939
#CHARON_VERSION=
4040

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
x-node-base:
22
# Pegged charon version (update this for each release).
33
&node-base
4-
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.1}
4+
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.2}
55
restart: unless-stopped
66
networks: [cluster]
77
depends_on: [relay]

0 commit comments

Comments
 (0)