update source plugins to 2.4.1

This commit is contained in:
Oleg Kainov 2021-01-22 20:56:24 +01:00
parent 634aac1086
commit 0374f24769

View File

@ -43,7 +43,7 @@ RUN set -xe \
COPY config_inc.php /var/www/html/config/config_inc.php COPY config_inc.php /var/www/html/config/config_inc.php
# Install additional plugins # Install additional plugins
ENV SOURCE_TAG v2.3.1 ENV SOURCE_TAG v2.4.1
RUN set -xe && \ RUN set -xe && \
curl -fSL https://github.com/mantisbt-plugins/source-integration/tarball/${SOURCE_TAG} -o /tmp/source.tar.gz && \ curl -fSL https://github.com/mantisbt-plugins/source-integration/tarball/${SOURCE_TAG} -o /tmp/source.tar.gz && \
mkdir /tmp/source && \ mkdir /tmp/source && \