Zabbix v5.0.18 release

This commit is contained in:
Continuous Integration
2021-11-29 19:53:12 +02:00
parent cf1a44fbec
commit 985fb47c2b
82 changed files with 95 additions and 95 deletions

View File

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