mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Use major version 6 without minor
This commit is contained in:
parent
391874b426
commit
c0a6157373
|
@ -42,7 +42,7 @@ jobs:
|
|||
services:
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
redis:
|
||||
image: redis:6.2.4
|
||||
image: redis:6
|
||||
ports:
|
||||
- 6379:6379
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user