Skip to content

Commit bfec503

Browse files
Update Docker image tag from 1.0.5 to 1.0.6
1 parent 6fc871d commit bfec503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
1414
-e ENDPOINT="https://hackerone.com/graphql" \
1515
-e TOKEN="<your_base64_encoded_token>" \
1616
-e MUTATION_MODE="none" \
17-
hackertwo/hackerone-graphql-mcp-server:1.0.5
17+
hackertwo/hackerone-graphql-mcp-server:1.0.6
1818
```
1919

2020
## Docker Image Tags
@@ -67,7 +67,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
6767
"TOKEN=<your_base64_encoded_token>",
6868
"-e",
6969
"MUTATION_MODE=none",
70-
"hackertwo/hackerone-graphql-mcp-server:1.0.5"
70+
"hackertwo/hackerone-graphql-mcp-server:1.0.6"
7171
]
7272
}
7373
```
@@ -90,7 +90,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
9090
"TOKEN=<your_base64_encoded_token>",
9191
"-e",
9292
"MUTATION_MODE=none",
93-
"hackertwo/hackerone-graphql-mcp-server:1.0.5"
93+
"hackertwo/hackerone-graphql-mcp-server:1.0.6"
9494
]
9595
}
9696
}

0 commit comments

Comments
 (0)