Use redis:latest in docker-compose workflow (#13323)

This commit is contained in:
Rob DiCiuccio 2021-02-25 00:36:19 -08:00 committed by GitHub
parent 8ab45c90cc
commit 970e473d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ x-superset-volumes: &superset-volumes
version: "3.7"
services:
redis:
image: redis:3.2
image: redis:latest
container_name: superset_cache
restart: unless-stopped
ports: