diff --git a/14/mariadb-tomcat/.env b/14/mariadb-tomcat/.env index 33fbf40ada156ea1dc299507c75016082c07370a..aacbf7c4048bca5eacb16992888368bbb3ed67e1 100644 --- a/14/mariadb-tomcat/.env +++ b/14/mariadb-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.10.16 +XWIKI_VERSION=14.10.17 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/mariadb-tomcat/Dockerfile b/14/mariadb-tomcat/Dockerfile index ce018e2aa40c629bf2e36a36fcb66dada5cc460a..b86ccf0ac3349d619c49b65cba85b457a725deca 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.16" +ENV XWIKI_VERSION="14.10.17" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 621bdbabe3a462e2e1ef8b8fd9629ef0f8bbea975719c6873de3f90653ede656 +ENV XWIKI_DOWNLOAD_SHA256 1f0b886d06070286f83f8f05a53b3cc3f054451d00fb30ca4b7703f24af57899 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 33fbf40ada156ea1dc299507c75016082c07370a..aacbf7c4048bca5eacb16992888368bbb3ed67e1 100644 --- a/14/mysql-tomcat/.env +++ b/14/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.10.16 +XWIKI_VERSION=14.10.17 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/mysql-tomcat/Dockerfile b/14/mysql-tomcat/Dockerfile index ea74ce7ec436d9c4e80321bfaae717de44361e7e..5f45e9c205f660594c22e1cf9c080834dfc39c7f 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.16" +ENV XWIKI_VERSION="14.10.17" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 621bdbabe3a462e2e1ef8b8fd9629ef0f8bbea975719c6873de3f90653ede656 +ENV XWIKI_DOWNLOAD_SHA256 1f0b886d06070286f83f8f05a53b3cc3f054451d00fb30ca4b7703f24af57899 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 3b13ea95783788ac2bffe271fb7def1f6fea99dc..79ff808b5dd00776a68ca1a99342204da0670319 100644 --- a/14/postgres-tomcat/.env +++ b/14/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.10.16 +XWIKI_VERSION=14.10.17 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14/postgres-tomcat/Dockerfile b/14/postgres-tomcat/Dockerfile index e76bbf6170fbfced10357bf35ba7787ddffed369..074c957f2d4860db6749471c8be834123016e47e 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.16" +ENV XWIKI_VERSION="14.10.17" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 621bdbabe3a462e2e1ef8b8fd9629ef0f8bbea975719c6873de3f90653ede656 +ENV XWIKI_DOWNLOAD_SHA256 1f0b886d06070286f83f8f05a53b3cc3f054451d00fb30ca4b7703f24af57899 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 e46d4094fafd4f40e62391554aa5390c74c9a97d..91383946437f8832c0f1befa777a054369d06054 100644 --- a/build.gradle +++ b/build.gradle @@ -60,8 +60,8 @@ def tokens = [ mariadbJDBCSha256: 'adf9df10bc9b2a137def36d6a495812258f430d4a8f7946727c61558e6c73941' ], '14': [ - xwikiVersion: '14.10.16', - xwikiSha256: '621bdbabe3a462e2e1ef8b8fd9629ef0f8bbea975719c6873de3f90653ede656', + xwikiVersion: '14.10.17', + xwikiSha256: '1f0b886d06070286f83f8f05a53b3cc3f054451d00fb30ca4b7703f24af57899', mysqlJDBCVersion: '8.1.0', mysqlJDBCSha256: 'e2e657e9c5ebe06a73485c9739ebd8a18e7bebb852a58d0da287da850beca1c7', mariadbJDBCVersion: '3.2.0',