Release 2.10.2 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2021-12-28 14:16:46 -08:00
parent 9a6039d71d
commit 5aba713b73
2 changed files with 7 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ RUN set -ex && \
### Cleanup
apk del .db-backup-build-deps && \
rm -rf /usr/src/* && \
rm -rf /etc/logrotate.d/redis && \
rm -rf /root/.cache /tmp/* /var/cache/apk/*
### S6 Setup