Ver Fonte

chore: update spy guardian version

Ali Behjati há 2 anos atrás
pai
commit
59c7a0cff3

+ 1 - 1
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:v2.19.0
+    image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
     command:
       - "spy"
       - "--nodeKey"

+ 1 - 1
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:v2.19.0
+    image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
     command:
       - "spy"
       - "--nodeKey"

+ 1 - 1
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:v2.19.0
+    image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
     restart: on-failure
     command:
       - "spy"

+ 1 - 1
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:v2.19.0
+    image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
     restart: on-failure
     command:
       - "spy"