Skip to content

Commit 7098100

Browse files
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.20
1 parent a486306 commit 7098100

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
@@ -30,7 +30,7 @@ jobs:
3030
MYSQL_DATABASE: 'test'
3131
MYSQL_USER: 'test'
3232
MYSQL_PASSWORD: 'test'
33-
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.0'
33+
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.20'
3434
environment:
3535
discovery.type: "single-node"
3636
steps:
@@ -58,7 +58,7 @@ jobs:
5858
MYSQL_DATABASE: 'test'
5959
MYSQL_USER: 'test'
6060
MYSQL_PASSWORD: 'test'
61-
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.0'
61+
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.20'
6262
environment:
6363
discovery.type: "single-node"
6464
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.20
1414
environment:
1515
TZ: "Europe/Berlin"
1616
discovery.type: "single-node"

0 commit comments

Comments
 (0)