@@ -23,7 +23,7 @@ services:
23
23
24
24
hydra-node-1 :
25
25
# NOTE: Make sure to use the same image in ./seed-devnet.sh
26
- image : ghcr.io/input-output-hk/hydra-node:0.14 .0
26
+ image : ghcr.io/input-output-hk/hydra-node:0.15 .0
27
27
build :
28
28
context : ../
29
29
target : hydra-node
@@ -60,7 +60,7 @@ services:
60
60
61
61
hydra-node-2 :
62
62
# NOTE: Make sure to use the same image in ./seed-devnet.sh
63
- image : ghcr.io/input-output-hk/hydra-node:0.14 .0
63
+ image : ghcr.io/input-output-hk/hydra-node:0.15 .0
64
64
build :
65
65
context : ../
66
66
target : hydra-node
@@ -97,7 +97,7 @@ services:
97
97
98
98
hydra-node-3 :
99
99
# NOTE: Make sure to use the same image in ./seed-devnet.sh
100
- image : ghcr.io/input-output-hk/hydra-node:0.14 .0
100
+ image : ghcr.io/input-output-hk/hydra-node:0.15 .0
101
101
build :
102
102
context : ../
103
103
target : hydra-node
@@ -133,7 +133,7 @@ services:
133
133
restart : always
134
134
135
135
hydra-tui-1 :
136
- image : ghcr.io/input-output-hk/hydra-tui:0.14 .0
136
+ image : ghcr.io/input-output-hk/hydra-tui:0.15 .0
137
137
build :
138
138
context : ../
139
139
target : hydra-tui
@@ -152,7 +152,7 @@ services:
152
152
ipv4_address : 172.16.238.11
153
153
154
154
hydra-tui-2 :
155
- image : ghcr.io/input-output-hk/hydra-tui:0.14 .0
155
+ image : ghcr.io/input-output-hk/hydra-tui:0.15 .0
156
156
build :
157
157
context : ../
158
158
target : hydra-tui
@@ -171,7 +171,7 @@ services:
171
171
ipv4_address : 172.16.238.21
172
172
173
173
hydra-tui-3 :
174
- image : ghcr.io/input-output-hk/hydra-tui:0.14 .0
174
+ image : ghcr.io/input-output-hk/hydra-tui:0.15 .0
175
175
build :
176
176
context : ../
177
177
target : hydra-tui
0 commit comments