mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-18 20:38:17 +02:00
Fixed Dockerfile instructions
This commit is contained in:
@@ -3,7 +3,7 @@ ARG MAJOR_VERSION=6.4
|
||||
ARG ZBX_VERSION=${MAJOR_VERSION}.11
|
||||
ARG BUILD_BASE_IMAGE=zabbix-build-base:centos-${ZBX_VERSION}
|
||||
|
||||
FROM ${BUILD_BASE_IMAGE} as builder
|
||||
FROM ${BUILD_BASE_IMAGE} AS builder
|
||||
|
||||
ARG MAJOR_VERSION
|
||||
ARG ZBX_VERSION
|
||||
|
Reference in New Issue
Block a user