Updated PostgreSQL client to 17 version on Alpine

This commit is contained in:
Alexey Pustovalov 2024-12-06 16:27:48 +09:00
parent 380f7e94ea
commit 90fe04900b
4 changed files with 4 additions and 4 deletions

2
.env
View File

@ -27,7 +27,7 @@ MYSQL_IMAGE_TAG=8.4-oracle
POSTGRESQL_IMAGE=postgres
POSTGRESQL_IMAGE_TAG=16-alpine
#POSTGRESQL_IMAGE=timescale/timescaledb
#POSTGRESQL_IMAGE_TAG=2.14.2-pg16
#POSTGRESQL_IMAGE_TAG=2.17.2-pg16
BUSYBOX_IMAGE=busybox
BUSYBOX_IMAGE_TAG=latest

View File

@ -49,7 +49,7 @@ RUN set -eux && \
net-snmp-agent-libs \
openipmi-libs \
pcre2 \
postgresql16-client \
postgresql17-client \
gzip \
unixodbc \
zlib" && \

View File

@ -51,7 +51,7 @@ RUN set -eux && \
php83-xmlreader \
php83-xmlwriter \
php83-openssl \
postgresql16-client" && \
postgresql17-client" && \
apk add \
--no-cache \
--clean-protected \

View File

@ -51,7 +51,7 @@ RUN set -eux && \
php83-xmlreader \
php83-xmlwriter \
php83-openssl \
postgresql16-client \
postgresql17-client \
supervisor" && \
apk add \
--no-cache \