Zabbix v5.0.43 release

This commit is contained in:
Continuous Integration
2024-08-13 13:18:13 +03:00
parent 05b2782ae4
commit 71fe624c0c
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}.42
ARG ZBX_VERSION=${MAJOR_VERSION}.43
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder