We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d05c9 commit a4bf270Copy full SHA for a4bf270
.env.sample
@@ -34,7 +34,7 @@
34
35
######### Charon Config #########
36
37
-# Charon docker container image version, e.g. `v1.4.3`.
+# Charon docker container image version, e.g. `v1.7.2`.
38
# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
39
#CHARON_VERSION=
40
docker-compose.yml
@@ -1,7 +1,7 @@
1
x-node-base:
2
# Pegged charon version (update this for each release).
3
&node-base
4
- image: obolnetwork/charon:${CHARON_VERSION:-v1.7.1}
+ image: obolnetwork/charon:${CHARON_VERSION:-v1.7.2}
5
restart: unless-stopped
6
networks: [cluster]
7
depends_on: [relay]
0 commit comments