Skip to content

Commit bf49774

Browse files
authored
Update docker compose images (#635)
1 parent 40cf49e commit bf49774

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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:v.2.14.8.1
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
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:v.2.14.8.1
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
55
command:
66
- "spy"
77
- "--nodeKey"

price_service/server/docker-compose.mainnet.yaml

Lines changed: 2 additions & 2 deletions
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:v.2.14.5
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
55
command:
66
- "spy"
77
- "--nodeKey"
@@ -16,7 +16,7 @@ services:
1616
- "warn"
1717
price-service:
1818
# Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
19-
image: public.ecr.aws/pyth-network/xc-server:v2.2.3
19+
image: public.ecr.aws/pyth-network/xc-server:v3.0.0
2020
# Or alternatively use a locally built image
2121
# image: pyth_price_server
2222
environment:

price_service/server/docker-compose.testnet.yaml

Lines changed: 2 additions & 2 deletions
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:v.2.14.5
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
55
command:
66
- "spy"
77
- "--nodeKey"
@@ -16,7 +16,7 @@ services:
1616
- "warn"
1717
price-service:
1818
# Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
19-
image: public.ecr.aws/pyth-network/xc-server:v2.2.3
19+
image: public.ecr.aws/pyth-network/xc-server:v3.0.0
2020
# Or alternatively use a locally built image
2121
# image: pyth_price_server
2222
environment:

0 commit comments

Comments
 (0)