Skip to content

Commit b314566

Browse files
authored
Merge pull request #20 from tokend/v4.6
V4.6
2 parents 35fecf8 + 41a2a80 commit b314566

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
- --appendonly
5454
- "yes"
5555
core:
56-
image: tokend/core:3.7.0-x.10
56+
image: tokend/core:3.7.0
5757
depends_on:
5858
- traefik
5959
restart: unless-stopped
@@ -70,7 +70,7 @@ services:
7070
labels:
7171
- "autoheal=true"
7272
horizon:
73-
image: tokend/horizon:3.10.0-x.10
73+
image: tokend/horizon:3.10.0
7474
depends_on:
7575
- core
7676
restart: unless-stopped
@@ -83,7 +83,7 @@ services:
8383
- ./configs/horizon.yaml:/config.yaml
8484
- horizon-data:/data
8585
api:
86-
image: tokend/identity:4.7.0-rc.0
86+
image: tokend/identity:4.7.0
8787
restart: unless-stopped
8888
depends_on:
8989
- horizon
@@ -285,7 +285,7 @@ services:
285285
entrypoint: "erc20-deposit-svc"
286286
command: ["run", "funnel"]
287287
erc20-withdraw:
288-
image: tokend/erc20-withdraw-svc:1.0.9-x.0
288+
image: tokend/erc20-withdraw-svc:1.0.9
289289
restart: unless-stopped
290290
depends_on:
291291
- horizon

0 commit comments

Comments
 (0)