Skip to content

Commit

Permalink
Merge pull request #190 from data-catering/renovate/opensearchproject…
Browse files Browse the repository at this point in the history
…-opensearch-2.x

Update opensearchproject/opensearch Docker tag to v2.18.0
  • Loading branch information
pflooky authored Nov 15, 2024
2 parents 5864760 + cea9c63 commit ccd6e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ services:
retries: 5
test: [CMD, curl, --fail, "https://localhost:9200", -ku, "admin:${OPENSEARCH_PASSWORD:-!BigData#1}"]
timeout: 5s
image: "opensearchproject/opensearch:${OPENSEARCH_VERSION:-2.17.1}"
image: "opensearchproject/opensearch:${OPENSEARCH_VERSION:-2.18.0}"
ports:
- "9600:9600"
- "9200:9200"
Expand Down

0 comments on commit ccd6e92

Please sign in to comment.