From 261802ef63753ee7ca08b3f4bbb6978025bd42da Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Sat, 20 Jan 2024 18:36:56 +0100 Subject: [PATCH] 1.39.5 -> 1.39.6 and 1.35.13 -> 1.35.14 --- README.md | 4 ++-- mw35/Dockerfile | 2 +- mw39/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2271972..abaf745 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The Docker images are provided as-is, without any warranty or guarantees. 39 MediaWiki 1.39.x, PHP 8.1.x, MySQL, Apache - 1.39.5 (2023-09-28) + 1.39.6 (2023-12-21) 37 @@ -40,7 +40,7 @@ The Docker images are provided as-is, without any warranty or guarantees. 35 MediaWiki 1.35.x, PHP 7.4.x, MySQL, Apache - 1.35.13 (2023-09-29) + 1.35.14 (2023-12-21) diff --git a/mw35/Dockerfile b/mw35/Dockerfile index a4ddfde..2798bb0 100644 --- a/mw35/Dockerfile +++ b/mw35/Dockerfile @@ -85,7 +85,7 @@ RUN set -eux; \ # Version ENV MEDIAWIKI_MAJOR_VERSION 1.35 -ENV MEDIAWIKI_VERSION 1.35.13 +ENV MEDIAWIKI_VERSION 1.35.14 # MediaWiki setup RUN set -eux; \ diff --git a/mw39/Dockerfile b/mw39/Dockerfile index 610757a..c28924b 100644 --- a/mw39/Dockerfile +++ b/mw39/Dockerfile @@ -88,7 +88,7 @@ RUN set -eux; \ # Version ENV MEDIAWIKI_MAJOR_VERSION 1.39 -ENV MEDIAWIKI_VERSION 1.39.5 +ENV MEDIAWIKI_VERSION 1.39.6 # MediaWiki setup RUN set -eux; \