Skip to content

Commit be34ceb

Browse files
committed
Release 3.3.10 - See CHANGELOG.md
1 parent 82d6ce4 commit be34ceb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.3.10 2022-07-19 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Remove MSSQL install packages properly
5+
6+
17
## 3.3.9 2022-07-09 <fardeau@github>
28

39
### Fixed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ RUN set -ex && \
7171
### Cleanup
7272
apk del .db-backup-build-deps && \
7373
rm -rf /usr/src/* && \
74+
rm -rf /*.apk && \
7475
rm -rf /etc/logrotate.d/redis && \
7576
rm -rf /root/.cache /tmp/* /var/cache/apk/*
7677

0 commit comments

Comments
 (0)