Rocket.Chat: feat: Rocket.Chat 8.3.2,7.11.7,7.12.7,7.13.6,8.0.4,8.1.3,8.2.2#21309
Merged
tianon merged 1 commit intodocker-library:masterfrom Apr 23, 2026
Merged
Rocket.Chat: feat: Rocket.Chat 8.3.2,7.11.7,7.12.7,7.13.6,8.0.4,8.1.3,8.2.2#21309tianon merged 1 commit intodocker-library:masterfrom
tianon merged 1 commit intodocker-library:masterfrom
Conversation
Diff for 9d57ece:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 869e9ef..ec0788c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,26 +6,30 @@ Tags: 7.10.9, 7.10
GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
Directory: 7.10
-Tags: 7.11.6, 7.11
-GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
+Tags: 7.11.7, 7.11
+GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 7.11
-Tags: 7.12.6, 7.12
-GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
+Tags: 7.12.7, 7.12
+GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 7.12
-Tags: 7.13.5, 7.13, 7
-GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
+Tags: 7.13.6, 7.13, 7
+GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 7.13
-Tags: 8.0.3, 8.0
-GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
+Tags: 8.0.4, 8.0
+GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 8.0
-Tags: 8.1.2, 8.1
-GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
+Tags: 8.1.3, 8.1
+GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 8.1
-Tags: 8.2.1, 8.2, 8, latest
-GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
+Tags: 8.2.2, 8.2
+GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 8.2
+
+Tags: 8.3.2, 8.3, 8, latest
+GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
+Directory: 8.3
diff --git a/_bashbrew-list b/_bashbrew-list
index 91a6009..344d4d9 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,16 +2,18 @@ rocket.chat:7
rocket.chat:7.10
rocket.chat:7.10.9
rocket.chat:7.11
-rocket.chat:7.11.6
+rocket.chat:7.11.7
rocket.chat:7.12
-rocket.chat:7.12.6
+rocket.chat:7.12.7
rocket.chat:7.13
-rocket.chat:7.13.5
+rocket.chat:7.13.6
rocket.chat:8
rocket.chat:8.0
-rocket.chat:8.0.3
+rocket.chat:8.0.4
rocket.chat:8.1
-rocket.chat:8.1.2
+rocket.chat:8.1.3
rocket.chat:8.2
-rocket.chat:8.2.1
+rocket.chat:8.2.2
+rocket.chat:8.3
+rocket.chat:8.3.2
rocket.chat:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 7352bad..5b9176a 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -4,4 +4,5 @@ rocket.chat:7.11
rocket.chat:7.12
rocket.chat:8.0
rocket.chat:8.1
+rocket.chat:8.2
rocket.chat:latest
diff --git a/rocket.chat_7.11/Dockerfile b/rocket.chat_7.11/Dockerfile
index 44a6daa..1dd87f5 100644
--- a/rocket.chat_7.11/Dockerfile
+++ b/rocket.chat_7.11/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=7.11.6
+ENV RC_VERSION=7.11.7
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_7.12/Dockerfile b/rocket.chat_7.12/Dockerfile
index 4dfd993..dec1d40 100644
--- a/rocket.chat_7.12/Dockerfile
+++ b/rocket.chat_7.12/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=7.12.6
+ENV RC_VERSION=7.12.7
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_7/Dockerfile b/rocket.chat_7/Dockerfile
index b0909bb..55d0db0 100644
--- a/rocket.chat_7/Dockerfile
+++ b/rocket.chat_7/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=7.13.5
+ENV RC_VERSION=7.13.6
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.0/Dockerfile b/rocket.chat_8.0/Dockerfile
index 8b81758..88e3a10 100644
--- a/rocket.chat_8.0/Dockerfile
+++ b/rocket.chat_8.0/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=8.0.3
+ENV RC_VERSION=8.0.4
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.1/Dockerfile b/rocket.chat_8.1/Dockerfile
index 03926e7..d1d6218 100644
--- a/rocket.chat_8.1/Dockerfile
+++ b/rocket.chat_8.1/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=8.1.2
+ENV RC_VERSION=8.1.3
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.0/Dockerfile b/rocket.chat_8.2/Dockerfile
similarity index 99%
copy from rocket.chat_8.0/Dockerfile
copy to rocket.chat_8.2/Dockerfile
index 8b81758..2b70465 100644
--- a/rocket.chat_8.0/Dockerfile
+++ b/rocket.chat_8.2/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=8.0.3
+ENV RC_VERSION=8.2.2
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index e74cd93..8895569 100644
--- a/rocket.chat_latest/Dockerfile
+++ b/rocket.chat_latest/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=8.2.1
+ENV RC_VERSION=8.3.2
RUN set -eux \
&& apt-get update \Relevant Maintainers:
|
tianon
approved these changes
Apr 23, 2026
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.
Pull Request: RocketChat/Docker.Official.Image#281