Fixed Dockerfile instructions

This commit is contained in:
Alexey Pustovalov
2024-02-14 01:07:53 +09:00
parent 8c1911dd4e
commit ffff416244
74 changed files with 82 additions and 82 deletions

View File

@@ -4,7 +4,7 @@ ARG RELEASE=0
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG BUILD_BASE_IMAGE=zabbix-build-base:rhel-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder
FROM ${BUILD_BASE_IMAGE} AS builder
ARG MAJOR_VERSION
ARG RELEASE