Skip to content

Commit

Permalink
⬆️ Upgrade "elasticsearch" to 7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Apr 20, 2020
1 parent 0410666 commit 522e067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ports: ["6379:6379"]

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.5.2
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.6.2
ports: ["9200:9200"]
options: -e="discovery.type=single-node"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- db-data:/var/lib/postgresql/data

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.5.2
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.6.2
volumes:
- es-data:/usr/share/elasticsearch/data
environment:
Expand Down

0 comments on commit 522e067

Please sign in to comment.