From 0870ebfd56ab5c806962ffc4535fcd101ccb8408 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 21 May 2017 17:55:00 -0500 Subject: [PATCH] update to mediawiki 1.28 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f588cf..cfa85d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM tutum/apache-php:latest MAINTAINER Adrian Malacoda -ENV MW_VERSION REL1_27 +ENV MW_VERSION REL1_28 WORKDIR / diff --git a/README.md b/README.md index d0829d6..7eecf8a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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/):