Zabbix v5.0.37 release

This commit is contained in:
Continuous Integration
2023-08-21 13:39:18 +03:00
parent 579f469cce
commit 7ee4f2401a
82 changed files with 95 additions and 95 deletions

View File

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