Skip to content

Commit d702050

Browse files
authored
fix: Update elasticsearch docker image version to 8.15.2 (#136)
1 parent f56da25 commit d702050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/plugins-ci-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
node-version: ${{ fromJson(inputs.node-versions) }}
105105
services:
106106
elasticsearch:
107-
image: elasticsearch:8.13.2
107+
image: elasticsearch:8.15.2
108108
ports:
109109
- '9200:9200'
110110
- '9300:9300'

0 commit comments

Comments
 (0)