mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-24 13:50:55 +01:00
Updated PostgreSQL client to 17 version on Alpine
This commit is contained in:
parent
4ee4932adf
commit
8a905b6638
2
.env
2
.env
@ -27,7 +27,7 @@ MYSQL_IMAGE_TAG=8.0-oracle
|
|||||||
POSTGRESQL_IMAGE=postgres
|
POSTGRESQL_IMAGE=postgres
|
||||||
POSTGRESQL_IMAGE_TAG=15-alpine
|
POSTGRESQL_IMAGE_TAG=15-alpine
|
||||||
#POSTGRESQL_IMAGE=timescale/timescaledb
|
#POSTGRESQL_IMAGE=timescale/timescaledb
|
||||||
#POSTGRESQL_IMAGE_TAG=2.14.2-pg15
|
#POSTGRESQL_IMAGE_TAG=2.17.2-pg15
|
||||||
|
|
||||||
BUSYBOX_IMAGE=busybox
|
BUSYBOX_IMAGE=busybox
|
||||||
BUSYBOX_IMAGE_TAG=latest
|
BUSYBOX_IMAGE_TAG=latest
|
||||||
|
@ -50,7 +50,7 @@ RUN set -eux && \
|
|||||||
net-snmp-agent-libs \
|
net-snmp-agent-libs \
|
||||||
openipmi-libs \
|
openipmi-libs \
|
||||||
pcre2 \
|
pcre2 \
|
||||||
postgresql16-client \
|
postgresql17-client \
|
||||||
gzip \
|
gzip \
|
||||||
unixodbc \
|
unixodbc \
|
||||||
zlib" && \
|
zlib" && \
|
||||||
|
@ -50,7 +50,7 @@ RUN set -eux && \
|
|||||||
php83-xmlreader \
|
php83-xmlreader \
|
||||||
php83-xmlwriter \
|
php83-xmlwriter \
|
||||||
php83-openssl \
|
php83-openssl \
|
||||||
postgresql16-client" && \
|
postgresql17-client" && \
|
||||||
apk add \
|
apk add \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
--clean-protected \
|
--clean-protected \
|
||||||
|
@ -50,7 +50,7 @@ RUN set -eux && \
|
|||||||
php83-xmlreader \
|
php83-xmlreader \
|
||||||
php83-xmlwriter \
|
php83-xmlwriter \
|
||||||
php83-openssl \
|
php83-openssl \
|
||||||
postgresql16-client \
|
postgresql17-client \
|
||||||
supervisor" && \
|
supervisor" && \
|
||||||
apk add \
|
apk add \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
|
Loading…
Reference in New Issue
Block a user