diff --git a/airflow-e2e-tests/docker/elasticsearch.yml b/airflow-e2e-tests/docker/elasticsearch.yml index 601f7166c5f6b..7991c09b0dc09 100644 --- a/airflow-e2e-tests/docker/elasticsearch.yml +++ b/airflow-e2e-tests/docker/elasticsearch.yml @@ -17,7 +17,7 @@ --- services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.19.0 + image: docker.elastic.co/elasticsearch/elasticsearch:9.3.1 environment: - discovery.type=single-node - xpack.security.enabled=false diff --git a/scripts/ci/docker-compose/integration-elasticsearch.yml b/scripts/ci/docker-compose/integration-elasticsearch.yml index 678cf5bbd7e43..4bc4fdc04e02a 100644 --- a/scripts/ci/docker-compose/integration-elasticsearch.yml +++ b/scripts/ci/docker-compose/integration-elasticsearch.yml @@ -17,7 +17,7 @@ --- services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.19.0 + image: docker.elastic.co/elasticsearch/elasticsearch:9.3.1 labels: breeze.description: "Integration required for Elasticsearch hooks." environment: