diff --git a/Dockerfile b/Dockerfile
index dcbbc6105e5e7425257f5012d63b8e0d9221d0e2..06d7e89a58bc21ecc8f0aa1a47de974ae8f2f443 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ FROM registry.conarx.tech/containers/nginx-php/3.21 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://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
+ENV ZABBIX_VER=7.2.2
 
 
 COPY patches /build/patches