We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d6ce4 commit be34cebCopy full SHA for be34ceb
CHANGELOG.md
@@ -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
7
## 3.3.9 2022-07-09 <fardeau@github>
8
9
### Fixed
Dockerfile
@@ -71,6 +71,7 @@ RUN set -ex && \
71
### Cleanup
72
apk del .db-backup-build-deps && \
73
rm -rf /usr/src/* && \
74
+ rm -rf /*.apk && \
75
rm -rf /etc/logrotate.d/redis && \
76
rm -rf /root/.cache /tmp/* /var/cache/apk/*
77
0 commit comments