File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11ARG DISTRO=alpine
2- ARG DISTRO_VARIANT=3.18
2+ ARG DISTRO_VARIANT=edge
33
44FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
55LABEL 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 && \
You can’t perform that action at this time.
0 commit comments