Release 3.3.10 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca
2022-07-19 12:16:29 -07:00
parent 82d6ce444b
commit be34ceb6ff
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
## 3.3.10 2022-07-19 <dave at tiredofit dot ca>
### Changed
- Remove MSSQL install packages properly
## 3.3.9 2022-07-09 <fardeau@github>
### Fixed

View File

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