Skip to content

Commit

Permalink
fix: Update elasticsearch docker image version to 8.15.2 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpreviero committed Sep 28, 2024
1 parent f56da25 commit d702050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugins-ci-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
node-version: ${{ fromJson(inputs.node-versions) }}
services:
elasticsearch:
image: elasticsearch:8.13.2
image: elasticsearch:8.15.2
ports:
- '9200:9200'
- '9300:9300'
Expand Down

0 comments on commit d702050

Please sign in to comment.