diff --git a/15/mariadb-tomcat/.env b/15/mariadb-tomcat/.env index 37f25b23da666394955fec16ea0a56aec4b1ccc0..73cd354da670f9edd8a53b7f6a6107fadeb8f1a2 100644 --- a/15/mariadb-tomcat/.env +++ b/15/mariadb-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=15.6 +XWIKI_VERSION=15.7 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/15/mariadb-tomcat/Dockerfile b/15/mariadb-tomcat/Dockerfile index e30ac421629f1373e2f51ca9aab5004d640efbbd..7989bbb00b2ad5ac7b114b770d158bfb6d50c081 100644 --- a/15/mariadb-tomcat/Dockerfile +++ b/15/mariadb-tomcat/Dockerfile @@ -48,9 +48,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="15.6" +ENV XWIKI_VERSION="15.7" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 024f0f2d5c4dbc5bdad00f2dca260a5aad5cd820812b3ba6088a730cbe4f84cd +ENV XWIKI_DOWNLOAD_SHA256 f4c725d1b5b184693cec0477910d0a238747265820aade23961d6578f7000b64 RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/15/mysql-tomcat/.env b/15/mysql-tomcat/.env index 37f25b23da666394955fec16ea0a56aec4b1ccc0..73cd354da670f9edd8a53b7f6a6107fadeb8f1a2 100644 --- a/15/mysql-tomcat/.env +++ b/15/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=15.6 +XWIKI_VERSION=15.7 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/15/mysql-tomcat/Dockerfile b/15/mysql-tomcat/Dockerfile index 2ea855183b03d299dc846652eb425feacb50d2eb..0ff9fe036a2d0913384c313bc4a7a1cfc3eb3651 100644 --- a/15/mysql-tomcat/Dockerfile +++ b/15/mysql-tomcat/Dockerfile @@ -48,9 +48,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="15.6" +ENV XWIKI_VERSION="15.7" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 024f0f2d5c4dbc5bdad00f2dca260a5aad5cd820812b3ba6088a730cbe4f84cd +ENV XWIKI_DOWNLOAD_SHA256 f4c725d1b5b184693cec0477910d0a238747265820aade23961d6578f7000b64 RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/15/postgres-tomcat/.env b/15/postgres-tomcat/.env index 7c616775fb9de8bd5afc36906c20b458be044233..015af7384cd88f362bfd6585cb965077847603a7 100644 --- a/15/postgres-tomcat/.env +++ b/15/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=15.6 +XWIKI_VERSION=15.7 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/15/postgres-tomcat/Dockerfile b/15/postgres-tomcat/Dockerfile index 635f0c44a70d038c78464814dda89b2c95008784..46f8a26767ae4e7c9dc182ae95586563f7512ae0 100644 --- a/15/postgres-tomcat/Dockerfile +++ b/15/postgres-tomcat/Dockerfile @@ -49,9 +49,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="15.6" +ENV XWIKI_VERSION="15.7" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 024f0f2d5c4dbc5bdad00f2dca260a5aad5cd820812b3ba6088a730cbe4f84cd +ENV XWIKI_DOWNLOAD_SHA256 f4c725d1b5b184693cec0477910d0a238747265820aade23961d6578f7000b64 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 1b348b233c24534462d3e4eb0e0b8bd66bed5679..47f7b88f6405336535ad3fb61280e5c80c08a655 100644 --- a/build.gradle +++ b/build.gradle @@ -44,8 +44,8 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat'] def tokens = [ '15': [ - xwikiVersion: '15.6', - xwikiSha256: '024f0f2d5c4dbc5bdad00f2dca260a5aad5cd820812b3ba6088a730cbe4f84cd', + xwikiVersion: '15.7', + xwikiSha256: 'f4c725d1b5b184693cec0477910d0a238747265820aade23961d6578f7000b64', mysqlJDBCVersion: '8.1.0', mysqlJDBCSha256: 'e2e657e9c5ebe06a73485c9739ebd8a18e7bebb852a58d0da287da850beca1c7', mariadbJDBCVersion: '3.2.0',