diff --git a/11/mysql-tomcat/.env b/11/mysql-tomcat/.env index c63ebd9fe8c7d96fb0c1499804e845704bf25b5c..81b776e023f739d3087d995c0cd65e0c759fcfd9 100644 --- a/11/mysql-tomcat/.env +++ b/11/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.5 +XWIKI_VERSION=11.6 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/mysql-tomcat/Dockerfile b/11/mysql-tomcat/Dockerfile index a229ccfbdd241327971c8ba79bba495dbda0fb56..eacc4b63fc3b287c2d4d28759487e6355d3197b6 100644 --- a/11/mysql-tomcat/Dockerfile +++ b/11/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=11.5 +ENV XWIKI_VERSION=11.6 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a +ENV XWIKI_DOWNLOAD_SHA256 f2b2ad4ff89a6b47c5419e8e0bb8a40d7112736f2413e5c9ea9e8a4948563d3a RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/11/postgres-tomcat/.env b/11/postgres-tomcat/.env index caa77d7a2bf25b060105af8870a9866ea10adc0d..b50383de90569497f0b2e1c2960085b765917086 100644 --- a/11/postgres-tomcat/.env +++ b/11/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.5 +XWIKI_VERSION=11.6 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/postgres-tomcat/Dockerfile b/11/postgres-tomcat/Dockerfile index 39948270743115b55a6fdae0513f22377d3f21fd..4c5ae32eb1c2cbc18bdf383e36d5232765b03c03 100644 --- a/11/postgres-tomcat/Dockerfile +++ b/11/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=11.5 +ENV XWIKI_VERSION=11.6 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a +ENV XWIKI_DOWNLOAD_SHA256 f2b2ad4ff89a6b47c5419e8e0bb8a40d7112736f2413e5c9ea9e8a4948563d3a 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 e53a843a332f373970ea9cabe121794ccaaefc62..66ab999906d244e9299f8e777c76c3fa8c8e79af 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: '299fe60d5b32ee1a363ba48ff2346e78eea5f713a0174c20fe9d7531be426a58' ], '11': [ - xwikiVersion: '11.5', - xwikiSha256: '4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a' + xwikiVersion: '11.6', + xwikiSha256: 'f2b2ad4ff89a6b47c5419e8e0bb8a40d7112736f2413e5c9ea9e8a4948563d3a' ] ]