diff --git a/13/mysql-tomcat/.env b/13/mysql-tomcat/.env index 8d0abbf97201a6d85293412b42a7e300156a8df7..2a1d474b90490c30ab92af84673bfc5f8b1395b8 100644 --- a/13/mysql-tomcat/.env +++ b/13/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=13.1 +XWIKI_VERSION=13.2 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/13/mysql-tomcat/Dockerfile b/13/mysql-tomcat/Dockerfile index b08a8bc7ebdea3bfd75280514150e77c1b2dbdd3..f35c92342d2cfec1daf9fcb754ea3a6e85bdf56c 100644 --- a/13/mysql-tomcat/Dockerfile +++ b/13/mysql-tomcat/Dockerfile @@ -43,9 +43,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="13.1" +ENV XWIKI_VERSION="13.2" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 885e41640d11cf8a3bb86333f0eb9c7836c138f346a632029402e388694dfa94 +ENV XWIKI_DOWNLOAD_SHA256 b4cb0c5db1ec216d24dbf3bcb11d467ec493c6a7674e35e75f68e9ecefae29dc RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/13/postgres-tomcat/.env b/13/postgres-tomcat/.env index 95b9a3a54fe96c98192a798b7425c626d5632dfd..ee165b47ec1fca5262a3ab61b416b17b4e18d03b 100644 --- a/13/postgres-tomcat/.env +++ b/13/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=13.1 +XWIKI_VERSION=13.2 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/13/postgres-tomcat/Dockerfile b/13/postgres-tomcat/Dockerfile index e315029b8050e3b9bf17d09ea4c7f3b1ae066efa..b7591e14564402bce1895f47d171de891a1845c0 100644 --- a/13/postgres-tomcat/Dockerfile +++ b/13/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="13.1" +ENV XWIKI_VERSION="13.2" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 885e41640d11cf8a3bb86333f0eb9c7836c138f346a632029402e388694dfa94 +ENV XWIKI_DOWNLOAD_SHA256 b4cb0c5db1ec216d24dbf3bcb11d467ec493c6a7674e35e75f68e9ecefae29dc 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 8581dadc076cfa4981bf829ec55e64b729f711c0..ff93bb50f7a9e930368aacaaf48ad14445e56ee5 100644 --- a/build.gradle +++ b/build.gradle @@ -35,8 +35,8 @@ def variants = ['mysql-tomcat', 'postgres-tomcat'] def tokens = [ '13': [ - xwikiVersion: '13.1', - xwikiSha256: '885e41640d11cf8a3bb86333f0eb9c7836c138f346a632029402e388694dfa94' + xwikiVersion: '13.2', + xwikiSha256: 'b4cb0c5db1ec216d24dbf3bcb11d467ec493c6a7674e35e75f68e9ecefae29dc' ], '12': [ xwikiVersion: '12.10.5',