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] authored Oct 7, 2024
1 parent 66ef4ed commit cb7368b
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 cb7368b

Please sign in to comment.