Skip to content

Commit 6bcd87f

Browse files
chore(deps): update opensearchproject/opensearch docker tag to v3.7.0
Co-authored-by: Romuald Lemesle <romuald.lemesle@filigran.io>
1 parent e91a715 commit 6bcd87f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
--health-cmd "pg_isready -U openaev" --health-interval 10s
198198
--health-timeout 5s --health-retries 5
199199
opensearch:
200-
image: opensearchproject/opensearch:3.6.0
200+
image: opensearchproject/opensearch:3.7.0
201201
ports:
202202
- 9200:9200
203203
env:

openaev-dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
# You typically only need to run one search engine at a time.
133133
openaev-dev-opensearch:
134134
container_name: openaev-dev-opensearch
135-
image: opensearchproject/opensearch:3.6.0
135+
image: opensearchproject/opensearch:3.7.0
136136
volumes:
137137
- osdata:/usr/share/opensearch/data
138138
- ossnapshots:/usr/share/opensearch/snapshots

0 commit comments

Comments
 (0)