Use major version 6 without minor

This commit is contained in:
Andrew Chen Wang 2021-08-12 09:18:19 -04:00 committed by GitHub
parent 391874b426
commit c0a6157373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
services:
{%- if cookiecutter.use_celery == 'y' %}
redis:
image: redis:6.2.4
image: redis:6
ports:
- 6379:6379
{%- endif %}