diff --git a/README.md b/README.md index abaf745..136386e 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.6 (2023-12-21) + 1.39.10 (2024-10-01) 37 diff --git a/mw39/Dockerfile b/mw39/Dockerfile index c28924b..7294006 100644 --- a/mw39/Dockerfile +++ b/mw39/Dockerfile @@ -36,7 +36,7 @@ RUN set -eux; \ calendar \ ; \ \ - pecl install APCu-5.1.22; \ + pecl install APCu-5.1.24; \ docker-php-ext-enable \ apcu \ ; \ @@ -88,7 +88,7 @@ RUN set -eux; \ # Version ENV MEDIAWIKI_MAJOR_VERSION 1.39 -ENV MEDIAWIKI_VERSION 1.39.6 +ENV MEDIAWIKI_VERSION 1.39.10 # MediaWiki setup RUN set -eux; \