Skip to content

Commit

Permalink
AO3-6873 Upgrade Elasticsearch for dev and automated tests (otwcode#5016
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Bilka2 authored and slavalamp committed Jan 12, 2025
1 parent 077654a commit 15aaa5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 3306:3306

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.26
ports:
- 9200:9200
options: >-
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
volumes:
- redis-data:/var/lib/redis:rw
es:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.26
ports:
- "9200:9200"
- "9300:9300"
Expand Down

0 comments on commit 15aaa5c

Please sign in to comment.