[Docker] Bump redis and memcached

This commit is contained in:
Earlopain 2023-04-13 20:46:05 +02:00
parent 179bb69f1d
commit 148e7a74e3
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -83,13 +83,13 @@ services:
- "34517:5432" - "34517:5432"
redis: redis:
image: redis:4.0.9-alpine image: redis:7.0.10-alpine
command: redis-server --save 10 1 --loglevel warning command: redis-server --save 10 1 --loglevel warning
volumes: volumes:
- redis_data_v2:/data - redis_data_v2:/data
memcached: memcached:
image: memcached:1.5.6-alpine image: memcached:1.5.22-alpine
elastic: elastic:
image: elasticsearch:7.14.2 image: elasticsearch:7.14.2