Skip to content

Commit

Permalink
Update redis Docker tag to v7.4
Browse files Browse the repository at this point in the history
Update redis from 7.2 to 7.4

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Aug 10, 2024
1 parent 27f0a78 commit 2492532
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 2492532

Please sign in to comment.