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; \