diff --git a/14/mariadb-tomcat/.env b/14/mariadb-tomcat/.env index 01e53aa54aa1fca0181aa593f685962a4525a42e..7841686e6ee2f04906a871d84b6daaa30146aa5f 100644 --- a/14/mariadb-tomcat/.env +++ b/14/mariadb-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.6 +XWIKI_VERSION=14.7 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/mariadb-tomcat/Dockerfile b/14/mariadb-tomcat/Dockerfile index f87de1f61200e6b9506ce9fa74212ed37e927438..ebe551b1641bc3810c787c1fa1f1c0091db19798 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.6" +ENV XWIKI_VERSION="14.7" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 9676cc9eeae3cf47bccae037bff67ce2468e3bec1d126f903b4d3fe61bff8723 +ENV XWIKI_DOWNLOAD_SHA256 3de00089af3af64929ccb39f5f36486d44dbb0e1181c42dc046f6db19c8a20f5 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 01e53aa54aa1fca0181aa593f685962a4525a42e..7841686e6ee2f04906a871d84b6daaa30146aa5f 100644 --- a/14/mysql-tomcat/.env +++ b/14/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.6 +XWIKI_VERSION=14.7 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/mysql-tomcat/Dockerfile b/14/mysql-tomcat/Dockerfile index 0cf89f118b040911fc4455c49317862116c2f88a..10dd26005701cd4edaeaefdcd81dc0ad5e92dc84 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.6" +ENV XWIKI_VERSION="14.7" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 9676cc9eeae3cf47bccae037bff67ce2468e3bec1d126f903b4d3fe61bff8723 +ENV XWIKI_DOWNLOAD_SHA256 3de00089af3af64929ccb39f5f36486d44dbb0e1181c42dc046f6db19c8a20f5 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 e7357f273adfba1e2e2e0cd0f2fd3dafa40ce837..e92bc23d89834c832efd179676f26361bdf64523 100644 --- a/14/postgres-tomcat/.env +++ b/14/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.6 +XWIKI_VERSION=14.7 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/postgres-tomcat/Dockerfile b/14/postgres-tomcat/Dockerfile index 6462d4f6777ac5c5547a7168031fc6de2e0f8bf5..0d4d693a2ede2403311aaa0acf0da2859045dddb 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.6" +ENV XWIKI_VERSION="14.7" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 9676cc9eeae3cf47bccae037bff67ce2468e3bec1d126f903b4d3fe61bff8723 +ENV XWIKI_DOWNLOAD_SHA256 3de00089af3af64929ccb39f5f36486d44dbb0e1181c42dc046f6db19c8a20f5 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 931c54e846f39b757daa193293e567d38e1f29b0..9eb5a049c28b69d350e547bc1c148f783fc506cf 100644 --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat'] def tokens = [ '14': [ - xwikiVersion: '14.6', - xwikiSha256: '9676cc9eeae3cf47bccae037bff67ce2468e3bec1d126f903b4d3fe61bff8723', + xwikiVersion: '14.7', + xwikiSha256: '3de00089af3af64929ccb39f5f36486d44dbb0e1181c42dc046f6db19c8a20f5', mysqlJDBCVersion: '8.0.30', mysqlJDBCSha256: 'b5bf2f0987197c30adf74a9e419b89cda4c257da2d1142871f508416d5f2227a', mariadbJDBCVersion: '3.0.7',