File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ RUN EXTS=`curl https://extdist.wmflabs.org/dist/extensions/ | awk 'BEGIN { FS =
70
70
&& echo "Installing https://github.com/ubc/EmbedPage/archive/v2.0.2.tar.gz" \
71
71
&& mkdir /var/www/html/extensions/EmbedPage \
72
72
&& curl -Ls https://github.com/ubc/EmbedPage/archive/v2.0.1.tar.gz | tar xz --strip=1 -C /var/www/html/extensions/EmbedPage \
73
- && echo "Installing https://github.com/ubc/mediawiki-extensions-UploadWizard/archive/mw1.39 .tar.gz" \
73
+ && echo "Installing https://github.com/ubc/mediawiki-extensions-UploadWizard/archive/refs/heads/REL1_43 .tar.gz" \
74
74
&& mkdir /var/www/html/extensions/UploadWizard \
75
- && curl -Ls https://github.com/ubc/mediawiki-extensions-UploadWizard/archive/mw1.39 .tar.gz | tar xz --strip=1 -C /var/www/html/extensions/UploadWizard \
75
+ && curl -Ls https://github.com/ubc/mediawiki-extensions-UploadWizard/archive/refs/heads/REL1_43 .tar.gz | tar xz --strip=1 -C /var/www/html/extensions/UploadWizard \
76
76
&& echo "Installing https://github.com/ubc/mediawiki-extensions-UWUBCMessages/archive/master.tar.gz" \
77
77
&& mkdir /var/www/html/extensions/UWUBCMessages \
78
78
&& curl -Ls https://github.com/ubc/mediawiki-extensions-UWUBCMessages/archive/master.tar.gz | tar xz --strip=1 -C /var/www/html/extensions/UWUBCMessages \
You can’t perform that action at this time.
0 commit comments