diff --git a/12/mysql-tomcat/.env b/12/mysql-tomcat/.env index 8c0410fc9bab1228c63b52097dbb6b4e2c457158..0983608d0301a55d417e3f83b91e39de4e7abeec 100644 --- a/12/mysql-tomcat/.env +++ b/12/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=12.6 +XWIKI_VERSION=12.6.1 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/12/mysql-tomcat/Dockerfile b/12/mysql-tomcat/Dockerfile index 288f21a130ebf6241fdc7aeb175462f96a152a09..922a681ca8d73c971a40e12cdfdf875a55345719 100644 --- a/12/mysql-tomcat/Dockerfile +++ b/12/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="12.6" +ENV XWIKI_VERSION="12.6.1" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 6ad47ade6e403cc67587496d9b7e7556f80fd21cc0049d941837dcdd094cd1cd +ENV XWIKI_DOWNLOAD_SHA256 51af0ba1131cf145eff251eb52e32a622dd61d076bda180f333579f8c55f43e2 RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/12/postgres-tomcat/.env b/12/postgres-tomcat/.env index edc2cb51712a24e9d29f05b9b36b8ea41a2a72cf..d58bf32f7e61b4ded5cdccced7354b446fdc31ec 100644 --- a/12/postgres-tomcat/.env +++ b/12/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=12.6 +XWIKI_VERSION=12.6.1 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/12/postgres-tomcat/Dockerfile b/12/postgres-tomcat/Dockerfile index c51020ad32fe64a7f1744361f3848e807dd6800f..3471aec9f8f9a672f2cdcc69794598f05c8093fd 100644 --- a/12/postgres-tomcat/Dockerfile +++ b/12/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="12.6" +ENV XWIKI_VERSION="12.6.1" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 6ad47ade6e403cc67587496d9b7e7556f80fd21cc0049d941837dcdd094cd1cd +ENV XWIKI_DOWNLOAD_SHA256 51af0ba1131cf145eff251eb52e32a622dd61d076bda180f333579f8c55f43e2 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 66134994799ef66377a406a59a9ab25101bf597c..8b93f098411394559a6c5ed255afa086cc2e0e60 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: '926cdab925cbac1053a9c2d829fe5d714dba919dd85c7aac5876d878fa99f61f' ], '12': [ - xwikiVersion: '12.6', - xwikiSha256: '6ad47ade6e403cc67587496d9b7e7556f80fd21cc0049d941837dcdd094cd1cd' + xwikiVersion: '12.6.1', + xwikiSha256: '51af0ba1131cf145eff251eb52e32a622dd61d076bda180f333579f8c55f43e2' ] ]