Skip to content

Commit

Permalink
Merge pull request #27 from genkami/renovate/redis-6.x
Browse files Browse the repository at this point in the history
Update redis Docker tag to v6.2.4
  • Loading branch information
genkami committed Jun 14, 2021
2 parents e91bd1f + bacc621 commit 361d4ce
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
@@ -1,7 +1,7 @@
version: '3'
services:
redis:
image: "redis:6.2.2-alpine3.13"
image: "redis:6.2.4-alpine3.13"
ports:
- "6379:6379"
nats:
Expand Down

0 comments on commit 361d4ce

Please sign in to comment.