Zabbix v6.0.29 release

This commit is contained in:
Continuous Integration
2024-04-22 11:00:48 +03:00
parent 491fdfd289
commit efefeb655d
86 changed files with 99 additions and 99 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG MAJOR_VERSION=6.0
ARG ZBX_VERSION=${MAJOR_VERSION}.28
ARG ZBX_VERSION=${MAJOR_VERSION}.29
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder