Zabbix v6.0.39 release

This commit is contained in:
Continuous Integration
2025-02-24 10:33:08 +02:00
parent 1a1e35c279
commit dab52d8b59
86 changed files with 98 additions and 98 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG MAJOR_VERSION=6.0
ARG ZBX_VERSION=${MAJOR_VERSION}.38
ARG ZBX_VERSION=${MAJOR_VERSION}.39
ARG BUILD_BASE_IMAGE=zabbix-build-base:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder