Skip to content

Commit

Permalink
chore(deps): update ghcr.io/apollographql/router docker tag to v1.52.0 (
Browse files Browse the repository at this point in the history
#901)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 513ad32 commit 2026381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/local/docker-compose.router-no-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.51.0
image: ghcr.io/apollographql/router:v1.52.0
volumes:
- ./supergraph/schema/docker.graphql:/dist/schema/supergraph.graphql
- ./supergraph/router.yaml:/dist/config/router.yaml
Expand Down
2 changes: 1 addition & 1 deletion misc/local/docker-compose.router-no-otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.51.0
image: ghcr.io/apollographql/router:v1.52.0
volumes:
- ./supergraph/schema/docker.graphql:/dist/schema/supergraph.graphql
command: [ "--dev", "-s", "schema/supergraph.graphql", "--log", "info" ]
Expand Down
2 changes: 1 addition & 1 deletion misc/studio/docker-compose.router-no-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.51.0
image: ghcr.io/apollographql/router:v1.52.0
volumes:
- ./supergraph/router.yaml:/dist/config/router.yaml
command: [ "--dev", "-c", "config/router.yaml", "--log", "info" ]
Expand Down

0 comments on commit 2026381

Please sign in to comment.