diff --git a/docker-compose-non-dev.yml b/docker-compose-non-dev.yml index 0d31d97f1..b28174a06 100644 --- a/docker-compose-non-dev.yml +++ b/docker-compose-non-dev.yml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -x-superset-image: &superset-image apache/superset:latest +x-superset-image: &superset-image apache/superset:latest-dev x-superset-depends-on: &superset-depends-on - db - redis @@ -26,7 +26,7 @@ x-superset-volumes: &superset-volumes version: "3.7" services: redis: - image: redis:6.2 + image: redis:latest container_name: superset_cache restart: unless-stopped volumes: