Zabbix v5.0.44 release

This commit is contained in:
Continuous Integration
2024-09-23 11:49:22 +03:00
parent 6c16234e15
commit 3ef2428e71
81 changed files with 93 additions and 93 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG MAJOR_VERSION=5.0
ARG ZBX_VERSION=${MAJOR_VERSION}.43
ARG ZBX_VERSION=${MAJOR_VERSION}.44
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder