From c43bd934481b0355f471cedd67e60447dba5ea45 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 16 Jul 2017 21:07:35 -0500 Subject: [PATCH] mediawiki 1.29 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 141569a..f752976 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ MAINTAINER Adrian Malacoda # Install ImageMagick RUN apt-get -y update && apt-get -y install imagemagick                                                                   -ENV MW_VERSION REL1_28 +ENV MW_VERSION REL1_29 WORKDIR / diff --git a/README.md b/README.md index 7eecf8a..7d0ad98 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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/):