Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
chore(deps): update redis docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent add94fd commit 928ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-service/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:

# Redis service, used for api rate limiting
redis:
image: redis:6.2-alpine
image: redis:7.2-alpine
restart: always
ports:
- 6379:6379
Expand Down

0 comments on commit 928ed4f

Please sign in to comment.