Skip to content

Commit ce0e52f

Browse files
[tool] Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9
1 parent b011d4f commit ce0e52f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ services:
188188
POSTGRES_PASSWORD: openbas
189189
POSTGRES_DB: openbas
190190
- name: elastic
191-
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
191+
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.1
192192
environment:
193193
discovery.type: single-node
194194
xpack.security.enabled: false

openbas-dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD}
8181
openbas-dev-elasticsearch:
8282
container_name: openbas-dev-elasticsearch
83-
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
83+
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.1
8484
volumes:
8585
- esdata:/usr/share/elasticsearch/data
8686
- essnapshots:/usr/share/elasticsearch/snapshots

0 commit comments

Comments
 (0)