From c01818117bd5387fbecdf054a300efda30c5a69c Mon Sep 17 00:00:00 2001 From: Thomas Mortagne <thomas.mortagne@gmail.com> Date: Wed, 30 Jan 2019 14:22:58 +0100 Subject: [PATCH] XDOCKER-96: Upgrade stable version to 11.0.1 --- 11/mysql-tomcat/.env | 2 +- 11/mysql-tomcat/Dockerfile | 4 ++-- 11/postgres-tomcat/.env | 2 +- 11/postgres-tomcat/Dockerfile | 4 ++-- build.gradle | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/11/mysql-tomcat/.env b/11/mysql-tomcat/.env index 69c1282..9a3da4b 100644 --- a/11/mysql-tomcat/.env +++ b/11/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.0 +XWIKI_VERSION=11.0.1 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/mysql-tomcat/Dockerfile b/11/mysql-tomcat/Dockerfile index 8f424ee..0cd628a 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.0 +ENV XWIKI_VERSION=11.0.1 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 e4696be5fceb29126528481dd03031fbfe14b8568e63bffe751302bdb1ee2234 +ENV XWIKI_DOWNLOAD_SHA256 caf0bbd945b6d43366c37317bc49d46d30f2991e33ec4d1c86853944d199cbcb 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 713789a..61d0326 100644 --- a/11/postgres-tomcat/.env +++ b/11/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.0 +XWIKI_VERSION=11.0.1 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/postgres-tomcat/Dockerfile b/11/postgres-tomcat/Dockerfile index b33af68..dde45c9 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.0 +ENV XWIKI_VERSION=11.0.1 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 e4696be5fceb29126528481dd03031fbfe14b8568e63bffe751302bdb1ee2234 +ENV XWIKI_DOWNLOAD_SHA256 caf0bbd945b6d43366c37317bc49d46d30f2991e33ec4d1c86853944d199cbcb 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 42fdabe..af4391f 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: 'd2a65cbd8f4aea8fb8feae7d5778343b8f6ca88003b4c11b67915fb856b432af' ], '11': [ - xwikiVersion: '11.0', - xwikiSha256: 'e4696be5fceb29126528481dd03031fbfe14b8568e63bffe751302bdb1ee2234' + xwikiVersion: '11.0.1', + xwikiSha256: 'caf0bbd945b6d43366c37317bc49d46d30f2991e33ec4d1c86853944d199cbcb' ] ] -- GitLab