Skip to content

Commit 5899d2b

Browse files
committed
XDOCKER-320: Upgrade stable version to 16.3.0
1 parent 85106fd commit 5899d2b

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

16/mariadb-tomcat/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default environment values
2-
XWIKI_VERSION=16.2.0
2+
XWIKI_VERSION=16.3.0
33
DB_USER=xwiki
44
DB_PASSWORD=xwiki
55
DB_DATABASE=xwiki

16/mariadb-tomcat/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ RUN apt-get update && \
4848
# Install XWiki as the ROOT webapp context in Tomcat
4949
# Create the Tomcat temporary directory
5050
# Configure the XWiki permanent directory
51-
ENV XWIKI_VERSION="16.2.0"
51+
ENV XWIKI_VERSION="16.3.0"
5252
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
53-
ENV XWIKI_DOWNLOAD_SHA256 7d355ae1c88691b19af9658e3f042083d57c08d5e52e1ade25536536ad72fb3f
53+
ENV XWIKI_DOWNLOAD_SHA256 3d75d5d495ed89af2e76a6058fa347094be0efd4862f88814640cc18ef3e33ba
5454
RUN rm -rf /usr/local/tomcat/webapps/* && \
5555
mkdir -p /usr/local/tomcat/temp && \
5656
mkdir -p /usr/local/xwiki/data && \

16/mysql-tomcat/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default environment values
2-
XWIKI_VERSION=16.2.0
2+
XWIKI_VERSION=16.3.0
33
DB_USER=xwiki
44
DB_PASSWORD=xwiki
55
DB_DATABASE=xwiki

16/mysql-tomcat/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ RUN apt-get update && \
4848
# Install XWiki as the ROOT webapp context in Tomcat
4949
# Create the Tomcat temporary directory
5050
# Configure the XWiki permanent directory
51-
ENV XWIKI_VERSION="16.2.0"
51+
ENV XWIKI_VERSION="16.3.0"
5252
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
53-
ENV XWIKI_DOWNLOAD_SHA256 7d355ae1c88691b19af9658e3f042083d57c08d5e52e1ade25536536ad72fb3f
53+
ENV XWIKI_DOWNLOAD_SHA256 3d75d5d495ed89af2e76a6058fa347094be0efd4862f88814640cc18ef3e33ba
5454
RUN rm -rf /usr/local/tomcat/webapps/* && \
5555
mkdir -p /usr/local/tomcat/temp && \
5656
mkdir -p /usr/local/xwiki/data && \

16/postgres-tomcat/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default environment values
2-
XWIKI_VERSION=16.2.0
2+
XWIKI_VERSION=16.3.0
33
DB_USER=xwiki
44
DB_PASSWORD=xwiki
55
DB_DATABASE=xwiki

16/postgres-tomcat/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ RUN apt-get update && \
4949
# Install XWiki as the ROOT webapp context in Tomcat
5050
# Create the Tomcat temporary directory
5151
# Configure the XWiki permanent directory
52-
ENV XWIKI_VERSION="16.2.0"
52+
ENV XWIKI_VERSION="16.3.0"
5353
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
54-
ENV XWIKI_DOWNLOAD_SHA256 7d355ae1c88691b19af9658e3f042083d57c08d5e52e1ade25536536ad72fb3f
54+
ENV XWIKI_DOWNLOAD_SHA256 3d75d5d495ed89af2e76a6058fa347094be0efd4862f88814640cc18ef3e33ba
5555
RUN rm -rf /usr/local/tomcat/webapps/* && \
5656
mkdir -p /usr/local/tomcat/temp && \
5757
mkdir -p /usr/local/xwiki/data && \

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat']
4747

4848
def tokens = [
4949
'16': [
50-
xwikiVersion: '16.2.0',
51-
xwikiSha256: '7d355ae1c88691b19af9658e3f042083d57c08d5e52e1ade25536536ad72fb3f',
50+
xwikiVersion: '16.3.0',
51+
xwikiSha256: '3d75d5d495ed89af2e76a6058fa347094be0efd4862f88814640cc18ef3e33ba',
5252
mysqlJDBCVersion: '8.3.0',
5353
mysqlJDBCSha256: '94e7fa815370cdcefed915db7f53f88445fac110f8c3818392b992ec9ee6d295',
5454
mariadbJDBCVersion: '3.3.3',

0 commit comments

Comments
 (0)