Skip to content

Commit edeadad

Browse files
committed
Release 3.11.1 - See CHANGELOG.md
1 parent 31b256b commit edeadad

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.11.1 2023-10-23 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Switch to tiredofit/alpine:edge for newer packages
5+
- Postgresql 16 support
6+
7+
### Changed
8+
- Add --break-system-packages flag to pip when installing blobxfer
9+
10+
111
## 3.11.0 2023-10-12 <dave at tiredofit dot ca>
212

313
### Added

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DISTRO=alpine
2-
ARG DISTRO_VARIANT=3.18
2+
ARG DISTRO_VARIANT=edge
33

44
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
55
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
@@ -44,8 +44,8 @@ RUN source /assets/functions/00-container && \
4444
mongodb-tools \
4545
openssl \
4646
pigz \
47-
postgresql15 \
48-
postgresql15-client \
47+
postgresql16 \
48+
postgresql16-client \
4949
pv \
5050
py3-botocore \
5151
py3-colorama \
@@ -94,7 +94,7 @@ RUN source /assets/functions/00-container && \
9494
make && \
9595
make install && \
9696
\
97-
pip3 install blobxfer && \
97+
pip3 install --break-system-packages blobxfer && \
9898
\
9999
package remove .db-backup-build-deps && \
100100
package cleanup && \

0 commit comments

Comments
 (0)