Skip to content

Commit

Permalink
chore(deps): update ghcr.io/apollographql/router docker tag to v1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent 1c39b4f commit b27be96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.router-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.41.1
image: ghcr.io/apollographql/router:v1.42.0
volumes:
- ./supergraph.graphql:/dist/schema/supergraph.graphql
- ./router.yaml:/dist/config/router.yaml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.41.1
image: ghcr.io/apollographql/router:v1.42.0
volumes:
- ./supergraph.graphql:/dist/schema/supergraph.graphql
- ./router.yaml:/dist/config/router.yaml
Expand Down

0 comments on commit b27be96

Please sign in to comment.