From 3525202e88c7ae8d925a900b0e19b38b05f78bb3 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 31 Dec 2019 07:37:52 +0100 Subject: [PATCH] Use MW 1.34 for resting. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4401cb6..aadcf20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This Dockerfile can be used to create a Docker image/container # that runs the unit tests on the LinkTitles extension. -FROM mediawiki:1.32 +FROM mediawiki:1.34 MAINTAINER Daniel Kraus (https://www.bovender.de) RUN apt update -yqq && \ apt install -yqq \