Skip to content

Commit 9c1f2ce

Browse files
committed
Dockerfile
1 parent 97cae7b commit 9c1f2ce

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN sed -i "s/Require ip 127.0.0.1/Require ip 172.17/" /etc/httpd/conf.d/phpMyAd
122122
# ------------------
123123
# install MantisBT
124124

125-
ENV MANTIS_VER 2.12.0
125+
ENV MANTIS_VER 2.21.0
126126
ENV MANTIS_URL https://downloads.sourceforge.net/project/mantisbt/mantis-stable/${MANTIS_VER}/mantisbt-${MANTIS_VER}.tar.gz
127127
ENV MANTIS_FILE mantisbt-${MANTIS_VER}.tar.gz
128128

@@ -138,7 +138,7 @@ RUN set -xe \
138138
# ------------------
139139
# install CodevTT
140140

141-
ENV CODEVTT_VER 1.3.0
141+
ENV CODEVTT_VER 1.4.0
142142
ENV CODEVTT_FILE codevtt_v${CODEVTT_VER}.zip
143143
ENV CODEVTT_URL http://codevtt.org/site/index.php?sdmon=files/${CODEVTT_FILE}
144144

@@ -154,7 +154,6 @@ RUN set -xe \
154154
RUN set -xe \
155155
&& cd /var/www/html/mantis/plugins \
156156
&& ln -s /var/www/html/codevtt/mantis_plugin/mantis_2_0/CodevTT \
157-
# && ln -s /var/www/html/codevtt/mantis_plugin/mantis_2_0/FilterBugList \
158157
&& mkdir -p /tmp/codevtt/logs \
159158
&& chown -R apache:apache /tmp/codevtt
160159

0 commit comments

Comments
 (0)