From 1f1f140f3cb9a2559de05bf3d52929f03f833e41 Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Thu, 24 Oct 2024 22:00:58 +0000 Subject: [PATCH] chore: updated to version 7.0.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 238e167..f13b635 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ 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.4 +ENV ZABBIX_VER=7.0.5 COPY patches /build/patches -- GitLab