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

tai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new b8356a6  chore(docker-compose): bump redis version
b8356a6 is described below

commit b8356a64ee3481146eb05e0b8b9cfbed308ef0da
Author: Eran Levy <[email protected]>
AuthorDate: Mon Apr 26 07:06:51 2021 +0300

    chore(docker-compose): bump redis version
---
 docker-compose-non-dev.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose-non-dev.yml b/docker-compose-non-dev.yml
index e7ed56a..0d31d97 100644
--- a/docker-compose-non-dev.yml
+++ b/docker-compose-non-dev.yml
@@ -26,7 +26,7 @@ x-superset-volumes: &superset-volumes
 version: "3.7"
 services:
   redis:
-    image: redis:3.2
+    image: redis:6.2
     container_name: superset_cache
     restart: unless-stopped
     volumes:

Reply via email to