# From upstream redis:2.8.22-32bit
FROM redis:2.8.22-32bit
# Add healthcheck
HEALTHCHECK --interval=30s --timeout=3s \
CMD redis-cli PING