Release 0.4: Added Postgres 16; Upgraded Alpine 19 and Python 3.11;

This commit is contained in:
2023-12-10 08:32:48 +00:00
parent d639be40e9
commit 95ec028bf4
8 changed files with 242 additions and 304 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.19
ENV HOME=/home/app \
APP_HOME=/home/app/docker-postgres-backup \
@@ -7,6 +7,7 @@ ENV HOME=/home/app \
PYTHONPATH=${PYTHONPATH}:${PWD} \
PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
PIP_BREAK_SYSTEM_PACKAGES=1 \
\
# pip
PIP_NO_CACHE_DIR=off \