From 588e1d18ebbc4b727cacdf252396aaeafb3ba275 Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Sun, 22 Dec 2024 05:08:00 +0000 Subject: [PATCH] chore: updated to version 7.2.1 --- Dockerfile | 4 ++-- tests/docker-compose.yml.timescaledb.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8b3531b..a734ed6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,8 @@ FROM registry.conarx.tech/containers/nginx-php/3.20 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 7eecc90..aca3ae8 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 -- GitLab