Skip to content

Commit d7b3d60

Browse files
committed
Updated Apache with PostgreSQL support image
1 parent 7bcf1be commit d7b3d60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web-apache-pgsql/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4141
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
4242
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}
4343

web-apache-pgsql/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4141
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
4242
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}
4343

0 commit comments

Comments
 (0)