Skip to content

Commit

Permalink
ci: upgrade elasticsearch service to latest 7.x (#4478)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored and juan-fernandez committed Jul 11, 2024
1 parent e6e583c commit bef0e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ jobs:
runs-on: ubuntu-latest
services:
elasticsearch:
image: elasticsearch:7.14.0
image: elasticsearch:7.17.22
env:
discovery.type: single-node
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- '127.0.0.1:1521:1521'
- '127.0.0.1:5500:5500'
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
image: elasticsearch:7.17.22
environment:
- discovery.type=single-node
- "ES_JAVA_OPTS=-Xms128m -Xmx128m"
Expand Down

0 comments on commit bef0e5f

Please sign in to comment.