Skip to content

Commit

Permalink
Update the version of elasticsearch used in the CI tests and docker-c…
Browse files Browse the repository at this point in the history
…ompose file
  • Loading branch information
jrhoads committed Apr 10, 2023
1 parent e7aa3a9 commit cdbc038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parallel_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ports:
- 3306
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.1.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
env:
discovery.type: single-node
ES_JAVA_OPTS: -Xms512m -Xmx512m
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
networks:
- public
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.1.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
ports:
- "9201:9200"
- "9301:9300"
Expand Down

0 comments on commit cdbc038

Please sign in to comment.