mediawiki 1.29

This commit is contained in:
Adrian Malacoda 2017-07-16 21:07:35 -05:00
parent 007d6867ae
commit c43bd93448
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
# Install ImageMagick # Install ImageMagick
RUN apt-get -y update && apt-get -y install imagemagick                                                                   RUN apt-get -y update && apt-get -y install imagemagick                                                                  
ENV MW_VERSION REL1_28 ENV MW_VERSION REL1_29
WORKDIR / WORKDIR /

View File

@ -1,7 +1,7 @@
Mediawiki-Apache Mediawiki-Apache
================ ================
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. This is a Docker image running Apache serving Mediawiki 1.29. 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/):