Skip to content

Commit

Permalink
Default to latest OpenSearch version. (#307)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Jun 3, 2024
1 parent 6da4a7c commit a9fbc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/opensearch-cluster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
opensearch-cluster:
image: opensearchproject/opensearch:${OPENSEARCH_VERSION}
image: opensearchproject/opensearch:${OPENSEARCH_VERSION:-latest}
ports:
- "9200:9200"
- "9600:9600"
Expand Down

0 comments on commit a9fbc6d

Please sign in to comment.