Skip to content

Commit 75ce53e

Browse files
committed
Update ghcr.io/apollographql/router Docker tag to v1.18.1
1 parent 119d311 commit 75ce53e

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.18.0
5+
image: ghcr.io/apollographql/router:v1.18.1
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.18.0
5+
image: ghcr.io/apollographql/router:v1.18.1
66
volumes:
77
- ./supergraph.graphql:/dist/schema/supergraph.graphql
88
- ./router.yaml:/dist/config/router.yaml

0 commit comments

Comments
 (0)