chore: Use redis 7 on tests and pin on local dev and non-dev (#22742)

This commit is contained in:
Daniel Vaz Gaspar
2023-01-16 15:45:32 +00:00
committed by GitHub
parent 3ed288d4ee
commit 6d37e66cd1
7 changed files with 11 additions and 11 deletions

View File

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