Skip to content

Commit fe3a600

Browse files
committed
Update redis to 7.2.5
`redis.conf` was compared to the upstream https://raw.githubusercontent.com/redis/redis/7.2/redis.conf
1 parent 0882e3b commit fe3a600

File tree

2 files changed

+425
-185
lines changed

2 files changed

+425
-185
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
command: /inyoka/venv/bin/gunicorn -b 0.0.0.0:8000 --workers 24 --max-requests 500 inyoka.wsgi:application
5858

5959
redis:
60-
image: docker.io/library/redis:7.0.15-alpine
60+
image: docker.io/library/redis:7.2.5-alpine
6161
command: redis-server /etc/redis/redis.conf
6262
configs:
6363
- source: redis-config

0 commit comments

Comments
 (0)