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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org