-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Context
During review of PR #482, it was identified that the Redis service in apps/api/docker-compose.redis.yml uses redis:latest which can cause reproducibility issues and introduce breaking changes when new major versions are released.
Location
- File:
apps/api/docker-compose.redis.yml - Line: 19
- Current value:
image: redis:latest
Recommendation
Pin the Redis image to a specific version tag (e.g., redis:7-alpine or redis:7.0) to ensure reproducible builds and prevent unexpected breaking changes.
References
Metadata
Metadata
Assignees
Labels
No labels