Skip to content

Commit

Permalink
Update opensearchproject/opensearch Docker tag to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 84c22c6 commit cea9c63
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 cea9c63

Please sign in to comment.