We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b574a commit e2fd627Copy full SHA for e2fd627
.env.sample
@@ -34,7 +34,7 @@
34
35
######### Charon Config #########
36
37
-# Charon docker container image version, e.g. `v1.8.0`.
+# Charon docker container image version, e.g. `v1.8.1-rc1`.
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.8.0}
+ image: obolnetwork/charon:${CHARON_VERSION:-v1.8.1-rc1}
5
restart: unless-stopped
6
networks: [cluster]
7
depends_on: [relay]
0 commit comments