diff --git a/10/mysql-tomcat/.env b/10/mysql-tomcat/.env
index 18489d17a53c71cb71519ef568cb89068b1b5810..563df18adee2e81a1fb174a90cd81a3fe2254cd9 100644
--- a/10/mysql-tomcat/.env
+++ b/10/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=10.6.1
+XWIKI_VERSION=10.7
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/10/mysql-tomcat/Dockerfile b/10/mysql-tomcat/Dockerfile
index d42065a8ff88456b023241b6a410a01f21f577d7..ff7ee724b3a00d4088b1dec5c6dff90a4a80bd4f 100644
--- a/10/mysql-tomcat/Dockerfile
+++ b/10/mysql-tomcat/Dockerfile
@@ -44,9 +44,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=10.6.1
+ENV XWIKI_VERSION=10.7
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 fcc79469e95881cdbf04c85edf1c26ba9fa52eb107de1efdb8f426ace0f0cb10
+ENV XWIKI_DOWNLOAD_SHA256 500965a5e074d6df2e07822db85e551e260c2cf59dfac47dfaeb44687aa4592c
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/10/postgres-tomcat/.env b/10/postgres-tomcat/.env
index a5a0b2c04a5dadf6a0443aaf70dd3105daf32c0a..701580dcceac7d3a8dab364b7f2d8749b8023665 100644
--- a/10/postgres-tomcat/.env
+++ b/10/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=10.6.1
+XWIKI_VERSION=10.7
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/10/postgres-tomcat/Dockerfile b/10/postgres-tomcat/Dockerfile
index 30e05683db44a94f10e6cb99f7dedaec9000fccc..5dae02bbbd30f79d008360cea0f5280ce50d141b 100644
--- a/10/postgres-tomcat/Dockerfile
+++ b/10/postgres-tomcat/Dockerfile
@@ -44,9 +44,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=10.6.1
+ENV XWIKI_VERSION=10.7
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 fcc79469e95881cdbf04c85edf1c26ba9fa52eb107de1efdb8f426ace0f0cb10
+ENV XWIKI_DOWNLOAD_SHA256 500965a5e074d6df2e07822db85e551e260c2cf59dfac47dfaeb44687aa4592c
 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 d59654c0aac3d9b77d67d9756671030fd7b267cd..add6d513ae18eb6db2f7549e616bc3e13f8444c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ def tokens = [
         xwikiSha256: '3102643408f3db9e0d1a82f7586afecb02d0a186e8314ff32c76e4ed23d83afe'
     ],
     '10': [
-        xwikiVersion: '10.6.1',
-        xwikiSha256: 'fcc79469e95881cdbf04c85edf1c26ba9fa52eb107de1efdb8f426ace0f0cb10'
+        xwikiVersion: '10.7',
+        xwikiSha256: '500965a5e074d6df2e07822db85e551e260c2cf59dfac47dfaeb44687aa4592c'
     ]
 ]