Skip to content

Commit

Permalink
Release 3.11.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 23, 2023
1 parent 31b256b commit edeadad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.11.1 2023-10-23 <dave at tiredofit dot ca>

### Added
- Switch to tiredofit/alpine:edge for newer packages
- Postgresql 16 support

### Changed
- Add --break-system-packages flag to pip when installing blobxfer


## 3.11.0 2023-10-12 <dave at tiredofit dot ca>

### Added
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRO=alpine
ARG DISTRO_VARIANT=3.18
ARG DISTRO_VARIANT=edge

FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
Expand Down Expand Up @@ -44,8 +44,8 @@ RUN source /assets/functions/00-container && \
mongodb-tools \
openssl \
pigz \
postgresql15 \
postgresql15-client \
postgresql16 \
postgresql16-client \
pv \
py3-botocore \
py3-colorama \
Expand Down Expand Up @@ -94,7 +94,7 @@ RUN source /assets/functions/00-container && \
make && \
make install && \
\
pip3 install blobxfer && \
pip3 install --break-system-packages blobxfer && \
\
package remove .db-backup-build-deps && \
package cleanup && \
Expand Down

0 comments on commit edeadad

Please sign in to comment.