forked from CanastaWiki/Canasta
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL maintainers="[email protected],[email protected]" | |
LABEL org.opencontainers.image.source=https://github.com/WikiTeq/Taqasta | ||
|
||
ENV MW_VERSION=REL1_43 \ | ||
MW_CORE_VERSION=1.43-alpha-8d8e568 \ | ||
MW_CORE_VERSION=1.43-alpha-6ed44af \ | ||
WWW_ROOT=/var/www/mediawiki \ | ||
MW_HOME=/var/www/mediawiki/w \ | ||
MW_LOG=/var/log/mediawiki \ | ||
|
@@ -125,7 +125,7 @@ FROM base AS core | |
RUN set -x; \ | ||
git clone --depth 1 -b REL1_43 https://gerrit.wikimedia.org/r/mediawiki/core.git $MW_HOME \ | ||
&& cd $MW_HOME \ | ||
&& git checkout -q 8d8e568f547c7b6d3b3132ef422e3ddad3c5a51d \ | ||
&& git checkout -q 6ed44af225bda1cd36bca9a4225ee9096ec47fdc \ | ||
&& git submodule update --init --recursive | ||
|
||
# Add Bootstrap to LocalSettings.php if the web installer added the Chameleon skin | ||
|