Skip to content

Commit df8daa9

Browse files
chore(deps): update ghcr.io/apollographql/router docker tag to v1.60.1
1 parent c385e0b commit df8daa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docker-compose.router-otel.yml

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

Diff for: docker-compose.router.yml

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

0 commit comments

Comments
 (0)