Skip to content

Commit

Permalink
Merge pull request #101 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.17.0
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents bd4192c + 9db1105 commit 82a5136
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 @@ -1004,7 +1004,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.15.0}"
image: "opensearchproject/opensearch:${OPENSEARCH_VERSION:-2.17.0}"
ports:
- "9600:9600"
- "9200:9200"
Expand Down

0 comments on commit 82a5136

Please sign in to comment.