Skip to content

Commit

Permalink
Update dependency docker.elastic.co/elasticsearch/elasticsearch to v7…
Browse files Browse the repository at this point in the history
….17.4
  • Loading branch information
renovate[bot] committed Jun 20, 2022
1 parent 60b9622 commit 1c5ac21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
MYSQL_DATABASE: 'test'
MYSQL_USER: 'test'
MYSQL_PASSWORD: 'test'
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.0'
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.4'
environment:
discovery.type: "single-node"
steps:
Expand All @@ -56,7 +56,7 @@ jobs:
MYSQL_DATABASE: 'test'
MYSQL_USER: 'test'
MYSQL_PASSWORD: 'test'
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.0'
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.4'
environment:
discovery.type: "single-node"
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
TZ: "Europe/Berlin"

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.4
environment:
TZ: "Europe/Berlin"
discovery.type: "single-node"
Expand Down

0 comments on commit 1c5ac21

Please sign in to comment.