From 4312377334563d18be487b9a4c502258e6d7f6b0 Mon Sep 17 00:00:00 2001 From: Vedmaka Date: Mon, 24 Jul 2023 18:10:35 +0400 Subject: [PATCH] Upgrades SFS extension to latest version (#265) Switches to `4b56baa752401b4ff9fe555fd57fc5c3309601d4` commit that includes the following fixes: * https://github.com/SemanticMediaWiki/SemanticFormsSelect/pull/103 * https://github.com/SemanticMediaWiki/SemanticFormsSelect/pull/104 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64fd33d8..cd6edef9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -458,7 +458,7 @@ RUN set -x; \ # SemanticFormsSelect && git clone https://github.com/SemanticMediaWiki/SemanticFormsSelect.git $MW_HOME/extensions/SemanticFormsSelect \ && cd $MW_HOME/extensions/SemanticFormsSelect \ - && git checkout 2999c1b3d81e741c843179d1608c1838a5c6eb3a \ + && git checkout 4b56baa752401b4ff9fe555fd57fc5c3309601d4 \ # SimpleMathJax && git clone --single-branch https://github.com/jmnote/SimpleMathJax.git $MW_HOME/extensions/SimpleMathJax \ && cd $MW_HOME/extensions/SimpleMathJax \