File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ RUN addgroup zabbix && \
3636 ttf-dejavu && \
3737 rm -rf /var/cache/apk/*
3838
39- ARG MAJOR_VERSION=master
40- ARG ZBX_VERSION=${MAJOR_VERSION}
39+ ARG MAJOR_VERSION=3.2
40+ ARG ZBX_VERSION=${MAJOR_VERSION}.1
4141ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
4242ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}
4343
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ RUN DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CO
3636 apt-get ${APT_FLAGS_COMMON} clean && \
3737 rm -rf /var/lib/apt/lists/*
3838
39- ARG MAJOR_VERSION=master
40- ARG ZBX_VERSION=${MAJOR_VERSION}
39+ ARG MAJOR_VERSION=3.2
40+ ARG ZBX_VERSION=${MAJOR_VERSION}.1
4141ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
4242ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}
4343
You can’t perform that action at this time.
0 commit comments