This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b09b9412 upgrade elasticsearch and opensearch in docker-compose.yml 
(#603)
7b09b9412 is described below

commit 7b09b9412d4510cd8f236fa91e2892e8eb5f93a0
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Apr 9 22:03:29 2024 +0200

    upgrade elasticsearch and opensearch in docker-compose.yml (#603)
---
 docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 4f0a51400..7456ba7d0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -80,13 +80,13 @@ services:
     environment:
       - "discovery.type=single-node"
   elasticsearch7:
-    image: docker.elastic.co/elasticsearch/elasticsearch:7.17.0
+    image: docker.elastic.co/elasticsearch/elasticsearch:7.17.20
     ports:
       - "9202:9200"
     environment:
       - "discovery.type=single-node"
   opensearch1:
-    image: opensearchproject/opensearch:1.3.1
+    image: opensearchproject/opensearch:1.3.14
     ports:
       - "9203:9200"
     environment:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to