From 584f33e831ba80616bb576f850c27c0ee117155f Mon Sep 17 00:00:00 2001 From: Marius Dumitru Florea <marius@xwiki.com> Date: Fri, 20 Aug 2021 10:33:24 +0300 Subject: [PATCH] XDOCKER-198: Upgrade stable version to 12.10.9 --- 12/mysql-tomcat/.env | 2 +- 12/mysql-tomcat/Dockerfile | 4 ++-- 12/postgres-tomcat/.env | 2 +- 12/postgres-tomcat/Dockerfile | 4 ++-- build.gradle | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/12/mysql-tomcat/.env b/12/mysql-tomcat/.env index 7e581e4..cc4cd14 100644 --- a/12/mysql-tomcat/.env +++ b/12/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=12.10.8 +XWIKI_VERSION=12.10.9 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/12/mysql-tomcat/Dockerfile b/12/mysql-tomcat/Dockerfile index 0a09044..fbbf0b9 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.10.8" +ENV XWIKI_VERSION="12.10.9" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 739471e78f8b2550849d1a869c27313c4c71b12bb9b6c9c26f77c81a993dff2e +ENV XWIKI_DOWNLOAD_SHA256 3620d66821e9729e43aa8f801e89184ab9d29feefb634eeb155b28bb9452df4d 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 d692ebc..1ff00b7 100644 --- a/12/postgres-tomcat/.env +++ b/12/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=12.10.8 +XWIKI_VERSION=12.10.9 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/12/postgres-tomcat/Dockerfile b/12/postgres-tomcat/Dockerfile index 83cfbb0..c9f6f00 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.10.8" +ENV XWIKI_VERSION="12.10.9" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 739471e78f8b2550849d1a869c27313c4c71b12bb9b6c9c26f77c81a993dff2e +ENV XWIKI_DOWNLOAD_SHA256 3620d66821e9729e43aa8f801e89184ab9d29feefb634eeb155b28bb9452df4d 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 d20ab7f..ee67ea2 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: '58518900cd01cc8445e0fb098c33d721070180f26542fdce9ce38677c0b06dab' ], '12': [ - xwikiVersion: '12.10.8', - xwikiSha256: '739471e78f8b2550849d1a869c27313c4c71b12bb9b6c9c26f77c81a993dff2e' + xwikiVersion: '12.10.9', + xwikiSha256: '3620d66821e9729e43aa8f801e89184ab9d29feefb634eeb155b28bb9452df4d' ] ] -- GitLab