Zabbix v6.4.13 release

This commit is contained in:
Continuous Integration
2024-03-25 18:58:45 +02:00
parent 7239bd782e
commit 6b85028331
89 changed files with 105 additions and 105 deletions

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG MAJOR_VERSION=6.4
ARG RELEASE=12
ARG ZBX_VERSION=${MAJOR_VERSION}.12
ARG RELEASE=13
ARG ZBX_VERSION=${MAJOR_VERSION}.13
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:rhel-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder