Skip to content

Commit

Permalink
Update core commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTQ committed Nov 23, 2024
1 parent 9ef09c4 commit b796694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b796694

Please sign in to comment.