Skip to content

Commit 075b533

Browse files
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.9
1 parent 10b5b17 commit 075b533

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
MYSQL_DATABASE: 'test'
3030
MYSQL_USER: 'test'
3131
MYSQL_PASSWORD: 'test'
32-
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.0'
32+
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.9'
3333
environment:
3434
discovery.type: "single-node"
3535
steps:
@@ -56,7 +56,7 @@ jobs:
5656
MYSQL_DATABASE: 'test'
5757
MYSQL_USER: 'test'
5858
MYSQL_PASSWORD: 'test'
59-
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.0'
59+
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.9'
6060
environment:
6161
discovery.type: "single-node"
6262
steps:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
TZ: "Europe/Berlin"
1111

1212
elasticsearch:
13-
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.0
13+
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.9
1414
environment:
1515
TZ: "Europe/Berlin"
1616
discovery.type: "single-node"

0 commit comments

Comments
 (0)