update to mediawiki 1.28

This commit is contained in:
Adrian Malacoda 2017-05-21 17:55:00 -05:00
parent 6f8233d5e6
commit 0870ebfd56
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
FROM tutum/apache-php:latest FROM tutum/apache-php:latest
MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net> MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
ENV MW_VERSION REL1_27 ENV MW_VERSION REL1_28
WORKDIR / WORKDIR /

View File

@ -1,7 +1,7 @@
Mediawiki-Apache Mediawiki-Apache
================ ================
This is a Docker image running Apache serving Mediawiki 1.27. It does not contain any databases; those should be run in a seperate container. This is a Docker image running Apache serving Mediawiki 1.28. It does not contain any databases; those should be run in a seperate container.
First, deploy a database container, [like this one by Tutum](https://registry.hub.docker.com/u/tutum/mariadb/): First, deploy a database container, [like this one by Tutum](https://registry.hub.docker.com/u/tutum/mariadb/):