Zabbix v6.0.38 release

This commit is contained in:
Continuous Integration
2025-01-27 13:30:22 +02:00
parent 436efa210c
commit 88f4677665
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}.37
ARG ZBX_VERSION=${MAJOR_VERSION}.38
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder