Skip to content

Commit

Permalink
Update Echo extension to the version with fixed database migration bug (
Browse files Browse the repository at this point in the history
  • Loading branch information
pastakhov authored Jun 12, 2024
1 parent b70c5b2 commit a4a8839
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 @@ -251,7 +251,7 @@ RUN set -x; \
# Echo
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-Echo $MW_HOME/extensions/Echo \
&& cd $MW_HOME/extensions/Echo \
&& git checkout -q fdbc2cafdc412dc60d4345511defe9ee393efecf \
&& git checkout -q 7ad986ac9dd4ab961f4ab7eccafa41fa2f486b75 \
# EditAccount
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-EditAccount.git $MW_HOME/extensions/EditAccount \
&& cd $MW_HOME/extensions/EditAccount \
Expand Down

0 comments on commit a4a8839

Please sign in to comment.