Merged
Conversation
Diff for ea898a0:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 75a1c32..67e37c7 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,13 +1,13 @@
Maintainers: XWiki Core Dev Team <committers@xwiki.org> (@xwiki)
GitRepo: https://github.com/xwiki-contrib/docker-xwiki.git
-Tags: 11, 11.10, 11.10.4, 11-mysql-tomcat, 11.10-mysql-tomcat, 11.10.4-mysql-tomcat, lts-mysql-tomcat, lts-mysql, lts
-GitCommit: cab959829bd94668a5a6624aa370eb42e8a7c2b1
+Tags: 11, 11.10, 11.10.5, 11-mysql-tomcat, 11.10-mysql-tomcat, 11.10.5-mysql-tomcat, lts-mysql-tomcat, lts-mysql, lts
+GitCommit: f6c69a5d6c525829713209cb2a0d8ce14b8a5038
Directory: 11/mysql-tomcat
-Tags: 11-postgres-tomcat, 11.10-postgres-tomcat, 11.10.4-postgres-tomcat, lts-postgres-tomcat, lts-postgres
+Tags: 11-postgres-tomcat, 11.10-postgres-tomcat, 11.10.5-postgres-tomcat, lts-postgres-tomcat, lts-postgres
Architectures: amd64, arm64v8
-GitCommit: cab959829bd94668a5a6624aa370eb42e8a7c2b1
+GitCommit: f6c69a5d6c525829713209cb2a0d8ce14b8a5038
Directory: 11/postgres-tomcat
Tags: 12, 12.3, 12-mysql-tomcat, 12.3-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index 629978f..51795d3 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,9 +4,9 @@ xwiki:11-postgres-tomcat
xwiki:11.10
xwiki:11.10-mysql-tomcat
xwiki:11.10-postgres-tomcat
-xwiki:11.10.4
-xwiki:11.10.4-mysql-tomcat
-xwiki:11.10.4-postgres-tomcat
+xwiki:11.10.5
+xwiki:11.10.5-mysql-tomcat
+xwiki:11.10.5-postgres-tomcat
xwiki:12
xwiki:12-mysql-tomcat
xwiki:12-postgres-tomcat
diff --git a/xwiki_lts-postgres/Dockerfile b/xwiki_lts-postgres/Dockerfile
index 5100739..7161cdb 100644
--- a/xwiki_lts-postgres/Dockerfile
+++ b/xwiki_lts-postgres/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.10.4
+ENV XWIKI_VERSION=11.10.5
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 3cd14319c5161ab7cea5dab3c4d1b3f8b7f745c3a1d13d65583361755adb262a
+ENV XWIKI_DOWNLOAD_SHA256 b08c8a9f0abbbf2bef5c61852688165dd4b2a9a7217da29047647e81c1ec3058
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_lts/Dockerfile b/xwiki_lts/Dockerfile
index e6fcbfd..67c823a 100644
--- a/xwiki_lts/Dockerfile
+++ b/xwiki_lts/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.10.4
+ENV XWIKI_VERSION=11.10.5
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 3cd14319c5161ab7cea5dab3c4d1b3f8b7f745c3a1d13d65583361755adb262a
+ENV XWIKI_DOWNLOAD_SHA256 b08c8a9f0abbbf2bef5c61852688165dd4b2a9a7217da29047647e81c1ec3058
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \ |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.