Skip to content

Commit

Permalink
Upgrades SFS extension to latest version (#265)
Browse files Browse the repository at this point in the history
Switches to `4b56baa752401b4ff9fe555fd57fc5c3309601d4` commit that includes the following fixes:

* SemanticMediaWiki/SemanticFormsSelect#103
* SemanticMediaWiki/SemanticFormsSelect#104
  • Loading branch information
vedmaka authored Jul 24, 2023
1 parent 4fa9c8e commit 4312377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4312377

Please sign in to comment.