Skip to content

Commit

Permalink
Upgrades MsUpload to newer version
Browse files Browse the repository at this point in the history
Commit `8c2403b09186f5f25f0c28369e6aff3c285047df`
  • Loading branch information
vedmaka committed Nov 30, 2023
1 parent aeca8e3 commit e4a1f34
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 @@ -398,7 +398,7 @@ RUN set -x; \
# MobileFrontend
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-MobileFrontend $MW_HOME/extensions/MobileFrontend \
&& cd $MW_HOME/extensions/MobileFrontend \
&& git checkout -q f0bed5588f76b827038fb9af73fb9677e5804077 \
&& git checkout -q 8c2403b09186f5f25f0c28369e6aff3c285047df \
# MsUpload
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-MsUpload $MW_HOME/extensions/MsUpload \
&& cd $MW_HOME/extensions/MsUpload \
Expand Down

0 comments on commit e4a1f34

Please sign in to comment.