diff --git a/14/mariadb-tomcat/.env b/14/mariadb-tomcat/.env index 71f6501eb772ea837e68b84015636222ecf3b1a6..0fcaf6ec1ddd23b001338a4238c32101c905e307 100644 --- a/14/mariadb-tomcat/.env +++ b/14/mariadb-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.10.7 +XWIKI_VERSION=14.10.8 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/mariadb-tomcat/Dockerfile b/14/mariadb-tomcat/Dockerfile index 0712447418c5f895b08617a0386847aad783bb74..82b71c64032e7572768edec899a2dea5012d1ac1 100644 --- a/14/mariadb-tomcat/Dockerfile +++ b/14/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="14.10.7" +ENV XWIKI_VERSION="14.10.8" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 83f1b5b7ad1845a62c43d536e5082c8315d20a7c0a66126f2d6bcd91d007104f +ENV XWIKI_DOWNLOAD_SHA256 dec61a1f0f5edf6c414aaa16d41821da25c6508dafcaa25d624a97ae55966b1d RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/14/mysql-tomcat/.env b/14/mysql-tomcat/.env index 71f6501eb772ea837e68b84015636222ecf3b1a6..0fcaf6ec1ddd23b001338a4238c32101c905e307 100644 --- a/14/mysql-tomcat/.env +++ b/14/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.10.7 +XWIKI_VERSION=14.10.8 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/mysql-tomcat/Dockerfile b/14/mysql-tomcat/Dockerfile index 7022351fed95db455b14111c465237e9b13c8c86..cbbbd4e1cf4608d014688eb9d901c572ee5fe52e 100644 --- a/14/mysql-tomcat/Dockerfile +++ b/14/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="14.10.7" +ENV XWIKI_VERSION="14.10.8" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 83f1b5b7ad1845a62c43d536e5082c8315d20a7c0a66126f2d6bcd91d007104f +ENV XWIKI_DOWNLOAD_SHA256 dec61a1f0f5edf6c414aaa16d41821da25c6508dafcaa25d624a97ae55966b1d RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/14/postgres-tomcat/.env b/14/postgres-tomcat/.env index e99b958e0e5b5183c7d93e54806a2ef14330760b..6f67c89ccefb193ce9bf2b6f716a7b516540bb86 100644 --- a/14/postgres-tomcat/.env +++ b/14/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.10.7 +XWIKI_VERSION=14.10.8 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/postgres-tomcat/Dockerfile b/14/postgres-tomcat/Dockerfile index 7bd249f6c469b7dc1059cd24f528d746f8986803..27289bf976aee4bfb2406431464b7a3ce6d73599 100644 --- a/14/postgres-tomcat/Dockerfile +++ b/14/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="14.10.7" +ENV XWIKI_VERSION="14.10.8" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 83f1b5b7ad1845a62c43d536e5082c8315d20a7c0a66126f2d6bcd91d007104f +ENV XWIKI_DOWNLOAD_SHA256 dec61a1f0f5edf6c414aaa16d41821da25c6508dafcaa25d624a97ae55966b1d 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 f1c9eec06831d257355bd86a563816ce70526194..01252d0e0674de750bccf9fab0a6a186f9f99441 100644 --- a/build.gradle +++ b/build.gradle @@ -52,8 +52,8 @@ def tokens = [ mariadbJDBCSha256: '11297ee6562426c49c81387c860153cbc131c4c3d042492d4f6d2d97ab3a1ca5' ], '14': [ - xwikiVersion: '14.10.7', - xwikiSha256: '83f1b5b7ad1845a62c43d536e5082c8315d20a7c0a66126f2d6bcd91d007104f', + xwikiVersion: '14.10.8', + xwikiSha256: 'dec61a1f0f5edf6c414aaa16d41821da25c6508dafcaa25d624a97ae55966b1d', mysqlJDBCVersion: '8.0.32', mysqlJDBCSha256: '522329fe925980f02e5eb89b59d227245d345415ff0c08932a68c9765c13acc5', mariadbJDBCVersion: '3.1.3',