Skip to content

Commit 9123ca7

Browse files
chore(deps): update ghcr.io/apollographql/router docker tag to v1.58.1 (#781)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c7b9d5 commit 9123ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.router-otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
apollo-router:
44
container_name: apollo-router
5-
image: ghcr.io/apollographql/router:v1.58.0
5+
image: ghcr.io/apollographql/router:v1.58.1
66
volumes:
77
- ./supergraph.graphql:/dist/schema/supergraph.graphql
88
- ./router.yaml:/dist/config/router.yaml

docker-compose.router.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
apollo-router:
44
container_name: apollo-router
5-
image: ghcr.io/apollographql/router:v1.58.0
5+
image: ghcr.io/apollographql/router:v1.58.1
66
volumes:
77
- ./supergraph.graphql:/dist/schema/supergraph.graphql
88
- ./router.yaml:/dist/config/router.yaml

0 commit comments

Comments
 (0)