Rocket.Chat: feat: Rocket.Chat 8.4.0#21369
Merged
Merged
Conversation
Diff for 3ac6183:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ec0788c..09639b7 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,10 +6,6 @@ Tags: 7.10.9, 7.10
GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
Directory: 7.10
-Tags: 7.11.7, 7.11
-GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
-Directory: 7.11
-
Tags: 7.12.7, 7.12
GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 7.12
@@ -30,6 +26,10 @@ Tags: 8.2.2, 8.2
GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 8.2
-Tags: 8.3.2, 8.3, 8, latest
+Tags: 8.3.2, 8.3
GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 8.3
+
+Tags: 8.4.0, 8.4, 8, latest
+GitCommit: 91e17d95982f90e77585256da17b0c58537171f8
+Directory: 8.4
diff --git a/_bashbrew-list b/_bashbrew-list
index 344d4d9..daad8b1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,6 @@
rocket.chat:7
rocket.chat:7.10
rocket.chat:7.10.9
-rocket.chat:7.11
-rocket.chat:7.11.7
rocket.chat:7.12
rocket.chat:7.12.7
rocket.chat:7.13
@@ -16,4 +14,6 @@ rocket.chat:8.2
rocket.chat:8.2.2
rocket.chat:8.3
rocket.chat:8.3.2
+rocket.chat:8.4
+rocket.chat:8.4.0
rocket.chat:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 5b9176a..0cc0b0a 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,8 +1,8 @@
rocket.chat:7
rocket.chat:7.10
-rocket.chat:7.11
rocket.chat:7.12
rocket.chat:8.0
rocket.chat:8.1
rocket.chat:8.2
+rocket.chat:8.3
rocket.chat:latest
diff --git a/rocket.chat_7.11/Dockerfile b/rocket.chat_7.11/Dockerfile
deleted file mode 100644
index 1dd87f5..0000000
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_8.3/Dockerfile
similarity index 100%
copy from rocket.chat_latest/Dockerfile
copy to rocket.chat_8.3/Dockerfile
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index 8895569..ed8fca1 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.3.2
+ENV RC_VERSION=8.4.0
RUN set -eux \
&& apt-get update \Relevant Maintainers:
|
yosifkit
approved these changes
May 4, 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#283