diff --git a/Dockerfile b/Dockerfile
index 8b3531b9fe54b808719f2b64bb0775d0a4f3e9e5..a734ed64a592de54957b4191932b67ace0549f6d 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 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