Skip to content

Commit

Permalink
Update opensearch to v2.10.0 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent ddd413f commit 4fe3780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- opensearch

opensearch:
image: opensearchproject/opensearch:2.9.0
image: opensearchproject/opensearch:2.10.0
container_name: opensearch
environment:
discovery.type: "single-node"
Expand All @@ -37,7 +37,7 @@ services:
- opensearch-data:/usr/share/opensearch/data

opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.9.0
image: opensearchproject/opensearch-dashboards:2.10.0
container_name: opensearch-dashboards
environment:
DISABLE_SECURITY_PLUGIN: true
Expand Down

0 comments on commit 4fe3780

Please sign in to comment.