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