diff --git a/federation-v1/gateways/hive-gateway-bun/docker-compose.yaml b/federation-v1/gateways/hive-gateway-bun/docker-compose.yaml index b7aef4b0..4b376b9e 100644 --- a/federation-v1/gateways/hive-gateway-bun/docker-compose.yaml +++ b/federation-v1/gateways/hive-gateway-bun/docker-compose.yaml @@ -1,6 +1,6 @@ services: gateway: - image: ghcr.io/graphql-hive/gateway:1.7.6-bun + image: ghcr.io/graphql-hive/gateway:1.7.8-bun container_name: gateway networks: - test diff --git a/federation-v1/gateways/hive-gateway/docker-compose.yaml b/federation-v1/gateways/hive-gateway/docker-compose.yaml index 5042c0fe..338af9d0 100644 --- a/federation-v1/gateways/hive-gateway/docker-compose.yaml +++ b/federation-v1/gateways/hive-gateway/docker-compose.yaml @@ -1,6 +1,6 @@ services: gateway: - image: ghcr.io/graphql-hive/gateway:1.7.6 + image: ghcr.io/graphql-hive/gateway:1.7.8 container_name: gateway networks: - test