diff --git a/Dockerfile b/Dockerfile
index 377aaeb9eea0ef12c8cb59d9af7474c66f3a44a4..a28c67c9e3c62c7f81757d1ce8a17ec41093e734 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ 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.4
+ENV ZABBIX_VER=7.0.5
 
 
 COPY patches /build/patches