Bump redis from 6 to 7.2 (#6118)

This commit is contained in:
Igor Jerosimić 2025-10-15 10:01:25 +02:00 committed by GitHub
parent a6c3b4ffdc
commit a2e4b5ec4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 12 deletions

View File

@ -47,11 +47,4 @@ updates:
labels:
- "update"
# Enable version updates for Docker Compose files
- package-ecosystem: "docker-compose"
directories:
- "{{cookiecutter.project_slug}}/"
schedule:
interval: "daily"
labels:
- "update"
# NOTE: Package ecosystem "docker-compose" can't handle Jinja tags in yml files

View File

@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
services:
redis:
image: redis:5.0
image: redis:7.2
ports:
- 6379:6379
postgres:

View File

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

View File

@ -52,7 +52,7 @@ services:
{%- if cookiecutter.use_celery == 'y' %}
redis:
image: docker.io/redis:6
image: docker.io/redis:7.2
container_name: {{ cookiecutter.project_slug }}_local_redis
volumes:
- {{ cookiecutter.project_slug }}_local_redis_data:/data

View File

@ -69,7 +69,7 @@ services:
{%- endif %}
redis:
image: docker.io/redis:6
image: docker.io/redis:7.2
{% if cookiecutter.use_celery == 'y' %}
volumes:
- production_redis_data:/data