Skip to content

Commit 6623b4d

Browse files
committed
chore(deps): update ghcr.io/apollographql/router docker tag to v1.51.0
1 parent ced1230 commit 6623b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.router-otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
apollo-router:
44
container_name: apollo-router
5-
image: ghcr.io/apollographql/router:v1.50.0
5+
image: ghcr.io/apollographql/router:v1.51.0
66
volumes:
77
- ./supergraph.graphql:/dist/schema/supergraph.graphql
88
- ./router.yaml:/dist/config/router.yaml

docker-compose.router.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
apollo-router:
44
container_name: apollo-router
5-
image: ghcr.io/apollographql/router:v1.50.0
5+
image: ghcr.io/apollographql/router:v1.51.0
66
volumes:
77
- ./supergraph.graphql:/dist/schema/supergraph.graphql
88
- ./router.yaml:/dist/config/router.yaml

0 commit comments

Comments
 (0)