Skip to content

Commit

Permalink
Update redis Docker tag to v7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent de714fb commit 7e49b63
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.2-alpine'
volumes:
- 'redis_data:/data'
restart: unless-stopped
Expand Down

0 comments on commit 7e49b63

Please sign in to comment.