Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 51774c8 commit f0b317d
Show file tree
Hide file tree
Showing 4 changed files with 1,125 additions and 103 deletions.
2 changes: 1 addition & 1 deletion apps/backend/router/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/apollographql/router:v1.39.0
FROM ghcr.io/apollographql/router:v1.56.0

COPY prod-schema.graphql /dist/schema/supergraph.graphql
COPY router.yaml /dist/config/router.yaml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

apollo-router-e2e:
container_name: router
image: ghcr.io/apollographql/router:v1.39.0
image: ghcr.io/apollographql/router:v1.56.0
command: [ "--dev", "-c", "config/router.yaml", "-s", "schema/supergraph.graphql", "--log", "info" ]
ports:
- "3000:3000"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:

apollo-router:
container_name: router
image: ghcr.io/apollographql/router:v1.39.0
image: ghcr.io/apollographql/router:v1.56.0
volumes:
- ./apps/backend/router/supergraph.graphql:/dist/schema/supergraph.graphql
- ./apps/backend/router/router.yaml:/dist/config/router.yaml
Expand Down
Loading

0 comments on commit f0b317d

Please sign in to comment.