Zabbix v5.0.45 release

This commit is contained in:
Continuous Integration
2024-11-19 10:19:26 +02:00
parent 9e9caeb90a
commit c392b18148
81 changed files with 93 additions and 93 deletions

View File

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