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,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=ubuntu:noble
ARG MAJOR_VERSION=6.0
ARG ZBX_VERSION=${MAJOR_VERSION}.38
ARG ZBX_VERSION=${MAJOR_VERSION}.39
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder