This commit is contained in:
Alexey Pustovalov
2020-05-28 17:26:01 +03:00
35 changed files with 36 additions and 36 deletions

View File

@ -48,7 +48,7 @@ RUN set -eux && \
rm -rf /var/cache/apk/*
ARG MAJOR_VERSION=5.0
ARG ZBX_VERSION=${MAJOR_VERSION}.0
ARG ZBX_VERSION=${MAJOR_VERSION}.1
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}