You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2023/01/16 14:27:11 UTC

[GitHub] [superset] villebro commented on a diff in pull request #22742: chore: Use redis 7 on tests and pin on local dev

villebro commented on code in PR #22742:
URL: https://github.com/apache/superset/pull/22742#discussion_r1071302354


##########
docker-compose-non-dev.yml:
##########
@@ -26,15 +26,15 @@ x-superset-volumes: &superset-volumes
 version: "3.7"
 services:
   redis:
-    image: redis:latest
+    image: redis:7
     container_name: superset_cache
     restart: unless-stopped
     volumes:
       - redis:/data
 
   db:
     env_file: docker/.env-non-dev
-    image: postgres:10
+    image: postgres:14
     container_name: superset_db

Review Comment:
   Should we mention this bump in the title/description, too?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org