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 3c96ffc commit 23bb0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prometheus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

# Redis Service
redis:
image: 'redis:7.0-alpine'
image: 'redis:7.4-alpine'
volumes:
- 'redis_data:/data'
ports:
Expand Down

0 comments on commit 23bb0c1

Please sign in to comment.