Skip to content

Pin Redis image version in docker-compose.redis.yml #483

@coderabbitai

Description

@coderabbitai

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions