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/):