Skip to content

Commit

Permalink
chore(deps): update ghcr.io/apollographql/router docker tag to v1.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent b7c6808 commit 57e64e4
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.48.0
image: ghcr.io/apollographql/router:v1.48.1
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.48.0
image: ghcr.io/apollographql/router:v1.48.1
volumes:
- ./supergraph.graphql:/dist/schema/supergraph.graphql
- ./router.yaml:/dist/config/router.yaml
Expand Down

0 comments on commit 57e64e4

Please sign in to comment.