Skip to content

Commit b5267bc

Browse files
committed
deps: alpha6
1 parent 93cbfb0 commit b5267bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
# The main instance all WAVS interaction will happen from
2222
wavs:
23-
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha5"
23+
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha6"
2424
container_name: "wavs"
2525
stop_signal: SIGKILL
2626
# depends_on: ["anvil"]
@@ -38,7 +38,7 @@ services:
3838
- "./.docker:/root/wavs/cli/"
3939

4040
aggregator:
41-
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha5"
41+
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha6"
4242
container_name: "wavs-aggregator"
4343
stop_signal: SIGKILL
4444
depends_on: ["wavs"]
@@ -51,7 +51,7 @@ services:
5151
network_mode: "host"
5252

5353
deploy-eigenlayer:
54-
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha5"
54+
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha6"
5555
container_name: "wavs-deploy-eigenlayer"
5656
depends_on: ["wavs", "aggregator"] # "anvil",
5757
restart: "no"
@@ -63,7 +63,7 @@ services:
6363
network_mode: "host"
6464

6565
deploy-eigenlayer-service-manager:
66-
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha5"
66+
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha6"
6767
container_name: "wavs-deploy-service-manager"
6868
depends_on:
6969
deploy-eigenlayer:

0 commit comments

Comments
 (0)