From ba3d45d87ec21c0e15e2f1592daac4c55010f78e Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Tue, 26 Nov 2024 00:11:10 +0100 Subject: [PATCH] fix: stay at redmine 5 for the time --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3af403e..acce81c 100644 --- a/Containerfile +++ b/Containerfile @@ -25,7 +25,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/cat-in-136/redmine_ RUN cd /usr/src/redmine/plugins;git clone https://github.com/wellbia/redmine_microsoftteams.git redmine_microsoftteams -RUN cd /usr/src/redmine/plugins;git clone https://github.com/redmica/redmica_ui_extension.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/redmica/redmica_ui_extension.git; cd redmica_ui_extension; git checkout v0.3.10 RUN cd /usr/src/redmine/plugins;git clone https://github.com/onozaty/redmine-view-customize.git view_customize