Zabbix v6.0.41 release

This commit is contained in:
Continuous Integration
2025-08-19 11:21:20 +03:00
parent aff5633527
commit c676397b99
86 changed files with 98 additions and 98 deletions

View File

@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=ubuntu:noble
ARG MAJOR_VERSION=6.0
ARG ZBX_VERSION=${MAJOR_VERSION}.40
ARG ZBX_VERSION=${MAJOR_VERSION}.41
ARG BUILD_BASE_IMAGE=zabbix-build-sqlite3:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder