diff --git a/Dockerfile b/Dockerfile index e08de3c908182346c5b43be7cee07ad35f91485a..23e61f32f024f8566cc8d97b34ec4dbc8706ab6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,8 @@ FROM registry.conarx.tech/containers/nginx-php/edge as builder # UPDATE timescaledb version in tests/docker-compose.yml.timescaledb.tmpl to the max supported version # ref https://hub.docker.com/repository/docker/allworldit/postgresql-timescaledb/tags?page=1&ordering=last_updated -# ref https://github.com/zabbix/zabbix/blob/6e6aa6c5a866e56648410275a936959a5100712c/include/zbx_dbversion_constants.h#L62 -ENV ZABBIX_VER=7.0.6 +# ref https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/include/zbx_dbversion_constants.h?at=refs%2Ftags%2F7.2.1 +ENV ZABBIX_VER=7.2.1 COPY patches /build/patches diff --git a/tests/docker-compose.yml.timescaledb.tmpl b/tests/docker-compose.yml.timescaledb.tmpl index 7eecc906c2b316965abd8716cf77532aaa9b4e94..aca3ae869444ce67c389c2dc73182b97b458f6e5 100644 --- a/tests/docker-compose.yml.timescaledb.tmpl +++ b/tests/docker-compose.yml.timescaledb.tmpl @@ -567,7 +567,7 @@ services: # MAIN ZABBIX DATABASE SERVER postgresql-server: - image: registry.conarx.tech/containers/postgresql-timescaledb/3.19:pg16-2.14.2 + image: registry.conarx.tech/containers/postgresql-timescaledb/3.20:pg17-2.17.2 environment: - POSTGRES_USER=zabbix - POSTGRES_PASSWORD=zabbix