diff --git a/12/mysql-tomcat/.env b/12/mysql-tomcat/.env index 7e581e48f8527e990fe564682035b8f90d841f2c..cc4cd1495650a7d779f3b2ed94a3db32db46e11d 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 0a090443b82d7b61f17a9ee7e8e34c7b50c54c86..fbbf0b983ce3a72f3bc3dd0e8d6bf34fadfa2a8f 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 d692ebc83a6a15f316b500dc1ebd36dd1902a6ab..1ff00b78c0c0c83d2494e986691afa3fc2fe6ec3 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 83cfbb0521eabc8edf522a2c0c7818ae3ec45e77..c9f6f00af34541ff7f40ebb264347d6d8cc58a68 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 d20ab7fabbab69a693411aaef1cd8291666bd82c..ee67ea23c314a7f2cc0ddc9c2c54aebf140a2e46 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' ] ]