Zabbix v6.4.10 release

This commit is contained in:
Continuous Integration
2023-12-13 13:59:40 +02:00
parent d4e16641e7
commit ea5ae1d588
86 changed files with 99 additions and 99 deletions

View File

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