Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2024
1 parent 8732db2 commit e849c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
services:
redis-redlock:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
command: redis-server --lazyfree-lazy-user-del yes
ports:
- "6379:6379"
redis-sesamecare-redlock:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
command: redis-server --lazyfree-lazy-user-del yes
ports:
- "6380:6379"

0 comments on commit e849c57

Please sign in to comment.