Skip to content

Commit

Permalink
Update opensearch to v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 0afd68e commit 874bf84
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.11.0
image: opensearchproject/opensearch:2.11.1
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.11.0
image: opensearchproject/opensearch-dashboards:2.11.1
container_name: opensearch-dashboards
environment:
DISABLE_SECURITY_PLUGIN: true
Expand Down

0 comments on commit 874bf84

Please sign in to comment.