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

@@ -1,3 +1,9 @@
## 2.10.2 2021-12-28 <dave at tiredofit dot ca>
### Changed
- Remove logrotate configuration for redis which shouldn't exist in the first place
## 2.10.1 2021-12-22 <milenkara@github> ## 2.10.1 2021-12-22 <milenkara@github>
### Added ### Added

View File

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