update source plugins to 2.4.1
This commit is contained in:
parent
634aac1086
commit
0374f24769
@ -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 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user