Zabbix v6.4.8 release

This commit is contained in:
Continuous Integration
2023-10-31 11:16:23 +02:00
parent a201f0a56d
commit 9eae850a3f
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}.7
ARG ZBX_VERSION=${MAJOR_VERSION}.8
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder