Skip to content

Commit

Permalink
chore: update router to v1.18.0 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored May 5, 2023
1 parent 8130e63 commit 4c70bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/compatibility/src/composeSupergraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { createWriteStream } from 'fs';
const COMPOSITION_VERSION =
process.env['APOLLO_ROVER_DEV_COMPOSITION_VERSION'] ?? '2.4.3';
const ROUTER_VERSION =
process.env['APOLLO_ROVER_DEV_ROUTER_VERSION'] ?? '1.16.0';
process.env['APOLLO_ROVER_DEV_ROUTER_VERSION'] ?? '1.18.0';
const roverDebug = debug('rover');

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/compatibility/supergraph-compose.yaml.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
router:
image: ghcr.io/apollographql/router:v1.16.0
image: ghcr.io/apollographql/router:v1.18.0
volumes:
- ${SCRIPT_DIR}/router.yaml:/dist/config/router.yaml
- ./supergraph.graphql:/dist/config/supergraph.graphql
Expand Down

0 comments on commit 4c70bd6

Please sign in to comment.