From 73a2c4d8bcb1940feee6aa250f3e29fc518ced06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 00:28:05 +0000 Subject: [PATCH] Update ghcr.io/graphql-hive/gateway Docker tag to v1.16.0 --- federation/gateways/hive-gateway-bun/docker-compose.yaml | 2 +- federation/gateways/hive-gateway/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/federation/gateways/hive-gateway-bun/docker-compose.yaml b/federation/gateways/hive-gateway-bun/docker-compose.yaml index 8dba7a095..2fb67313a 100644 --- a/federation/gateways/hive-gateway-bun/docker-compose.yaml +++ b/federation/gateways/hive-gateway-bun/docker-compose.yaml @@ -1,6 +1,6 @@ services: gateway: - image: ghcr.io/graphql-hive/gateway:1.15.3-bun + image: ghcr.io/graphql-hive/gateway:1.16.0-bun container_name: gateway networks: - test diff --git a/federation/gateways/hive-gateway/docker-compose.yaml b/federation/gateways/hive-gateway/docker-compose.yaml index fdcdfc55a..b90051067 100644 --- a/federation/gateways/hive-gateway/docker-compose.yaml +++ b/federation/gateways/hive-gateway/docker-compose.yaml @@ -1,6 +1,6 @@ services: gateway: - image: ghcr.io/graphql-hive/gateway:1.15.3 + image: ghcr.io/graphql-hive/gateway:1.16.0 container_name: gateway networks: - test