Skip to content

Commit

Permalink
Update redis Docker tag to v7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent c934e4d commit 45da115
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 @@ -24,7 +24,7 @@ services:

# Redis Container
redis:
image: 'redis:7.0-alpine'
image: 'redis:7.4-alpine'
volumes:
- 'redis_data:/data'
restart: unless-stopped
Expand Down

0 comments on commit 45da115

Please sign in to comment.