Skip to content

Commit

Permalink
Update MW core to 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Dec 30, 2024
1 parent 334c010 commit 5124e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM nginx:1.27.3

# Version
ENV MEDIAWIKI_MAJOR_VERSION=1.39
ENV MEDIAWIKI_VERSION=1.39.11
ENV MEDIAWIKI_RELEASE_BRANCH=REL1_39
ENV MEDIAWIKI_MAJOR_VERSION=1.43
ENV MEDIAWIKI_VERSION=1.43.0
ENV MEDIAWIKI_RELEASE_BRANCH=REL1_43

# System dependencies
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* MediaWiki configuration setting for Star Citizen Wiki
*
* MediaWiki branch: REL1_39
* MediaWiki branch: REL1_43
* When updating major MediaWiki version, please update the branch text above
* in this document, it will update the documentation links to the right version.
*
Expand Down

0 comments on commit 5124e10

Please sign in to comment.