Release 3.5.3 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca
2022-10-12 08:39:31 -07:00
parent 28c7058f37
commit 7e5e9d308d
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## 3.5.3 2022-10-12 <dave at tiredofit dot ca>
### Changed
- Cleanup build files for blobxfer making image smaller
- Remove some silencing features limiting Postgres backups not working unless DEBUG mode was on
## 3.5.2 2022-10-11 <dave at tiredofit dot ca>
### Added

View File

@@ -20,6 +20,10 @@ RUN set -ex && \
bzip2-dev \
git \
libarchive-dev \
libressl-dev \
libffi-dev \
python3-dev \
py3-pip \
xz-dev \
&& \
\
@@ -69,7 +73,6 @@ RUN set -ex && \
make && \
make install && \
\
apk add gcc build-base libressl-dev libffi-dev python3-dev py3-pip && \
pip3 install blobxfer && \
\
### Cleanup