Zabbix v6.0.7 release

This commit is contained in:
Continuous Integration
2022-07-25 17:59:23 +03:00
parent 7fec5ca99c
commit 37d4f04a50
87 changed files with 101 additions and 101 deletions

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG MAJOR_VERSION=6.0
ARG RELEASE=6
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG RELEASE=7
ARG ZBX_VERSION=${MAJOR_VERSION}.7
ARG BUILD_BASE_IMAGE=zabbix-build-base:rhel-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder