Skip to content

Commit 59c7a0c

Browse files
committed
chore: update spy guardian version
1 parent 9d8c271 commit 59c7a0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

price_pusher/docker-compose.mainnet.sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.19.0
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
55
command:
66
- "spy"
77
- "--nodeKey"

price_pusher/docker-compose.testnet.sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.19.0
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
55
command:
66
- "spy"
77
- "--nodeKey"

price_service/server/docker-compose.mainnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.19.0
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
55
restart: on-failure
66
command:
77
- "spy"

price_service/server/docker-compose.testnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.19.0
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
55
restart: on-failure
66
command:
77
- "spy"

0 commit comments

Comments
 (0)