diff --git a/price_pusher/docker-compose.mainnet.sample.yaml b/price_pusher/docker-compose.mainnet.sample.yaml index f32e8819..c9c855a9 100644 --- a/price_pusher/docker-compose.mainnet.sample.yaml +++ b/price_pusher/docker-compose.mainnet.sample.yaml @@ -1,7 +1,7 @@ services: spy: # Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand - image: ghcr.io/wormhole-foundation/guardiand:v.2.14.8.1 + image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1 command: - "spy" - "--nodeKey" diff --git a/price_pusher/docker-compose.testnet.sample.yaml b/price_pusher/docker-compose.testnet.sample.yaml index 9c9425e6..b4f5b976 100644 --- a/price_pusher/docker-compose.testnet.sample.yaml +++ b/price_pusher/docker-compose.testnet.sample.yaml @@ -1,7 +1,7 @@ services: spy: # Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand - image: ghcr.io/wormhole-foundation/guardiand:v.2.14.8.1 + image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1 command: - "spy" - "--nodeKey" diff --git a/price_service/server/docker-compose.mainnet.yaml b/price_service/server/docker-compose.mainnet.yaml index 528bfcdd..23891c6e 100644 --- a/price_service/server/docker-compose.mainnet.yaml +++ b/price_service/server/docker-compose.mainnet.yaml @@ -1,7 +1,7 @@ services: spy: # Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand - image: ghcr.io/wormhole-foundation/guardiand:v.2.14.5 + image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1 command: - "spy" - "--nodeKey" @@ -16,7 +16,7 @@ services: - "warn" price-service: # Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server - image: public.ecr.aws/pyth-network/xc-server:v2.2.3 + image: public.ecr.aws/pyth-network/xc-server:v3.0.0 # Or alternatively use a locally built image # image: pyth_price_server environment: diff --git a/price_service/server/docker-compose.testnet.yaml b/price_service/server/docker-compose.testnet.yaml index dacfcd24..0456b6c8 100644 --- a/price_service/server/docker-compose.testnet.yaml +++ b/price_service/server/docker-compose.testnet.yaml @@ -1,7 +1,7 @@ services: spy: # Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand - image: ghcr.io/wormhole-foundation/guardiand:v.2.14.5 + image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1 command: - "spy" - "--nodeKey" @@ -16,7 +16,7 @@ services: - "warn" price-service: # Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server - image: public.ecr.aws/pyth-network/xc-server:v2.2.3 + image: public.ecr.aws/pyth-network/xc-server:v3.0.0 # Or alternatively use a locally built image # image: pyth_price_server environment: