Skip to content

Commit

Permalink
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 3, 2024
1 parent a486306 commit fc2dd01
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 @@ -30,7 +30,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:8.13.1'
environment:
discovery.type: "single-node"
steps:
Expand Down Expand Up @@ -58,7 +58,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:8.13.1'
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:8.13.1
environment:
TZ: "Europe/Berlin"
discovery.type: "single-node"
Expand Down

0 comments on commit fc2dd01

Please sign in to comment.