Fixed documentation links

This commit is contained in:
Alexey Pustovalov
2024-05-30 18:38:31 +09:00
parent 1090f3cd7e
commit 5ab4c72736
97 changed files with 128 additions and 124 deletions

View File

@ -4,7 +4,7 @@ ARG ZBX_VERSION=${MAJOR_VERSION}.42
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
FROM ${BUILD_BASE_IMAGE} as builder
FROM ${BUILD_BASE_IMAGE} AS builder
FROM ubuntu:focal