From aa49496b53381f8cd1a7e0ff99b36c9bcd59c8d1 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 17 Jan 2016 04:41:38 -0600 Subject: [PATCH] update to 1.26 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8ffc284..9fb2faf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # Mediawiki-Apache # -# Version 1.1 +# Version 1.2 FROM tutum/apache-php:latest MAINTAINER Adrian Malacoda -ENV MW_VERSION REL1_25 +ENV MW_VERSION REL1_26 WORKDIR / diff --git a/README.md b/README.md index 7a87d80..fc6fb4c 100644 --- a/README.md +++ b/README.md @@ -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/):