diff --git a/15/mariadb-tomcat/.env b/15/mariadb-tomcat/.env
index 7a31b51db4d1ddc9a58515480beaed4a319092b3..629c38b6cc608552e8ce333bf124a1a2cc4e9ce4 100644
--- a/15/mariadb-tomcat/.env
+++ b/15/mariadb-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=15.10.3
+XWIKI_VERSION=15.10.4
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/15/mariadb-tomcat/Dockerfile b/15/mariadb-tomcat/Dockerfile
index b5c85798f8ade1dfa76798a67a8e44a5e6931632..5ce300272627ff7bbeac06d4a44a5b6e6b8cc721 100644
--- a/15/mariadb-tomcat/Dockerfile
+++ b/15/mariadb-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="15.10.3"
+ENV XWIKI_VERSION="15.10.4"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 0c3b73fb2ed8c301edcb12b031307bd1242b3bcd2ebfb26cd583b09a0dd5088c
+ENV XWIKI_DOWNLOAD_SHA256 8c1bb157f03b714255305aadc0904d35e87ae38df998dcfb5117de3d395d473c
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/15/mysql-tomcat/.env b/15/mysql-tomcat/.env
index 7a31b51db4d1ddc9a58515480beaed4a319092b3..629c38b6cc608552e8ce333bf124a1a2cc4e9ce4 100644
--- a/15/mysql-tomcat/.env
+++ b/15/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=15.10.3
+XWIKI_VERSION=15.10.4
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/15/mysql-tomcat/Dockerfile b/15/mysql-tomcat/Dockerfile
index 003696307932e32fbeb5aa2e74b6959f6b556c84..2cd3f2b8aff711efae403d41a501d8f2b204bb16 100644
--- a/15/mysql-tomcat/Dockerfile
+++ b/15/mysql-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="15.10.3"
+ENV XWIKI_VERSION="15.10.4"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 0c3b73fb2ed8c301edcb12b031307bd1242b3bcd2ebfb26cd583b09a0dd5088c
+ENV XWIKI_DOWNLOAD_SHA256 8c1bb157f03b714255305aadc0904d35e87ae38df998dcfb5117de3d395d473c
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/15/postgres-tomcat/.env b/15/postgres-tomcat/.env
index b7ad54b738420b039d8c4fbdd5b5ca1b1704cdae..5e570dd6fbeef1b8c1c486950ff6da45c964509e 100644
--- a/15/postgres-tomcat/.env
+++ b/15/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=15.10.3
+XWIKI_VERSION=15.10.4
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/15/postgres-tomcat/Dockerfile b/15/postgres-tomcat/Dockerfile
index 7024942f09acfed3ba1bfc9bbcf8b275a6921f88..88ea217994bd4bacc44d46de93215f589123938d 100644
--- a/15/postgres-tomcat/Dockerfile
+++ b/15/postgres-tomcat/Dockerfile
@@ -49,9 +49,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="15.10.3"
+ENV XWIKI_VERSION="15.10.4"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 0c3b73fb2ed8c301edcb12b031307bd1242b3bcd2ebfb26cd583b09a0dd5088c
+ENV XWIKI_DOWNLOAD_SHA256 8c1bb157f03b714255305aadc0904d35e87ae38df998dcfb5117de3d395d473c
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/build.gradle b/build.gradle
index 4c4e0c4f843c1e3a47832b03f859a809cfec1e31..9b3b2ebb351e7d74b3b0919b28d937973f04a42b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,8 +44,8 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat']
 
 def tokens = [
     '15': [
-        xwikiVersion: '15.10.3',
-        xwikiSha256: '0c3b73fb2ed8c301edcb12b031307bd1242b3bcd2ebfb26cd583b09a0dd5088c',
+        xwikiVersion: '15.10.4',
+        xwikiSha256: '8c1bb157f03b714255305aadc0904d35e87ae38df998dcfb5117de3d395d473c',
         mysqlJDBCVersion: '8.2.0',
         mysqlJDBCSha256: '06f14fbd664d0e382347489e66495ca27ab7e6c2e1d9969a496931736197465f',
         mariadbJDBCVersion: '3.3.2',