Update the redis OS example to Redis 4.0

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-10-30 10:42:14 +00:00
parent db27618f11
commit 201ee43c93

View File

@ -17,7 +17,7 @@ services:
env:
- INSECURE=true
- name: redis
image: redis:3.0.7-alpine
image: redis:4.0-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN
@ -28,5 +28,4 @@ services:
trust:
org:
- linuxkit
image:
- redis:3.0.7-alpine
- library