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

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 3a336a9  Changed the etcd docker image version to v3.5.13 (#181)
3a336a9 is described below

commit 3a336a9b88faaef3678f2cfcdf81f67ae23d9d14
Author: Vinayak Sharma <[email protected]>
AuthorDate: Mon May 27 15:39:54 2024 +0530

    Changed the etcd docker image version to v3.5.13 (#181)
---
 scripts/docker/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/docker/docker-compose.yml 
b/scripts/docker/docker-compose.yml
index 6ec655c..20cde21 100644
--- a/scripts/docker/docker-compose.yml
+++ b/scripts/docker/docker-compose.yml
@@ -48,7 +48,7 @@ services:
       - "yes"
 
   etcd0:
-    image: "quay.io/coreos/etcd:latest"
+    image: "quay.io/coreos/etcd:v3.5.13"
     container_name: etcd0
     ports:
       - "2380:2380"

Reply via email to