Skip to content

Commit

Permalink
mediawiki: Bump to v1.42.1 (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Jun 29, 2024
1 parent 01558df commit 9263d06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-mediawiki.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Docker: mediawiki'

env:
TAG: '2.0.1'
TAG: '3.0.0'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion dockers/mediawiki/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=$TARGETPLATFORM ghcr.io/femiwiki/php-fpm:1.1.0
ARG MEDIAWIKI_VERSION=1.41.0
ARG MEDIAWIKI_VERSION=1.42.1

RUN mkdir /mediawiki/
RUN MEDIAWIKI_MAJOR_VERSION="$(echo $MEDIAWIKI_VERSION | cut -d. -f-2)" &&\
Expand Down
4 changes: 4 additions & 0 deletions dockers/mediawiki/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# docker-mediawiki

## 3.0.0

- Bump MediaWiki to v1.42.1

## 2.0.1

- Do not embed LocalSettings.php
Expand Down

0 comments on commit 9263d06

Please sign in to comment.