Skip to content

Commit

Permalink
Merge pull request #325 from balena-io/renovate/redis-7.x
Browse files Browse the repository at this point in the history
Update redis Docker tag to v7.4
  • Loading branch information
balena-renovate[bot] authored Aug 10, 2024
2 parents 27f0a78 + 2492532 commit ef47b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ services:
redis:
<<: *base-service
# https://redis.io/blog/what-redis-license-change-means-for-our-managed-service-providers/
image: redis:7.2-alpine
image: redis:7.4-alpine
volumes:
- redis-data:/data
healthcheck:
Expand Down

0 comments on commit ef47b29

Please sign in to comment.