Zabbix v6.4.6 release

This commit is contained in:
Continuous Integration
2023-08-22 13:09:29 +03:00
parent a06c7b2b5a
commit ac0677bbd2
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}.5
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder