Skip to content

Commit

Permalink
deps(docker): update elasticsearch version in docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
menski committed Dec 20, 2021
1 parent f3d80a8 commit 9ff4442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exporters/elasticsearch-exporter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
ports:
- "9200:9200"
- "9300:9300"
Expand All @@ -12,7 +12,7 @@ services:
- ES_JAVA_OPTS=-Xmx750m -Xms750m

kibana:
image: docker.elastic.co/kibana/kibana:7.16.1
image: docker.elastic.co/kibana/kibana:7.16.2
ports:
- "5601:5601"
links:
Expand Down
2 changes: 1 addition & 1 deletion monitor/docker-compose.ope-ztl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:
services:

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
container_name: elasticsearch
environment:
- discovery.type=single-node
Expand Down

0 comments on commit 9ff4442

Please sign in to comment.