Skip to content

Commit

Permalink
[skip ci] compose: upgrade Redis to 7.2, loosen pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored Aug 11, 2024
1 parent 58f1d69 commit 89c7af7
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 @@ -27,7 +27,7 @@ services:
# I don't advise changing this unless you have a strange setup
- REDIS_DOCKER_OVERRIDE=true
redis:
image: 'redis:7.0.15-alpine3.19'
image: 'redis:7.2-alpine'
restart: always
volumes:
- type: bind
Expand Down

0 comments on commit 89c7af7

Please sign in to comment.