update to 1.26

This commit is contained in:
Adrian Malacoda 2016-01-17 04:41:38 -06:00
parent 4289a181f1
commit aa49496b53
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Mediawiki-Apache
#
# Version 1.1
# Version 1.2
FROM tutum/apache-php:latest
MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
ENV MW_VERSION REL1_25
ENV MW_VERSION REL1_26
WORKDIR /

View File

@ -1,7 +1,7 @@
Mediawiki-Apache
================
This is a Docker image running Apache serving Mediawiki 1.25. It does not contain any databases; those should be run in a seperate container.
This is a Docker image running Apache serving Mediawiki 1.26. 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/):