From 0374f247697d47c97c493adddeb85eed1b1396c0 Mon Sep 17 00:00:00 2001 From: Oleg Kainov Date: Fri, 22 Jan 2021 20:56:24 +0100 Subject: [PATCH] update source plugins to 2.4.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eaa402c..64ca7a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN set -xe \ COPY config_inc.php /var/www/html/config/config_inc.php # Install additional plugins -ENV SOURCE_TAG v2.3.1 +ENV SOURCE_TAG v2.4.1 RUN set -xe && \ curl -fSL https://github.com/mantisbt-plugins/source-integration/tarball/${SOURCE_TAG} -o /tmp/source.tar.gz && \ mkdir /tmp/source && \