Rocket.Chat: feat: Rocket.Chat 8.4.1,8.0.5,8.1.4,8.2.3,8.3.3#21424
Merged
Conversation
3ac6183 to
60b4446
Compare
Diff for 60b4446:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 09639b7..a00e72b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -14,22 +14,22 @@ Tags: 7.13.6, 7.13, 7
GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
Directory: 7.13
-Tags: 8.0.4, 8.0
-GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
+Tags: 8.0.5, 8.0
+GitCommit: 6966f47d754ae023a236c4599bde2031c490ce0a
Directory: 8.0
-Tags: 8.1.3, 8.1
-GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
+Tags: 8.1.4, 8.1
+GitCommit: 6966f47d754ae023a236c4599bde2031c490ce0a
Directory: 8.1
-Tags: 8.2.2, 8.2
-GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
+Tags: 8.2.3, 8.2
+GitCommit: 6966f47d754ae023a236c4599bde2031c490ce0a
Directory: 8.2
-Tags: 8.3.2, 8.3
-GitCommit: 6f1f6ea034842e4677cdcfca3a910e810c6d0304
+Tags: 8.3.3, 8.3
+GitCommit: 6966f47d754ae023a236c4599bde2031c490ce0a
Directory: 8.3
-Tags: 8.4.0, 8.4, 8, latest
-GitCommit: 91e17d95982f90e77585256da17b0c58537171f8
+Tags: 8.4.1, 8.4, 8, latest
+GitCommit: 6966f47d754ae023a236c4599bde2031c490ce0a
Directory: 8.4
diff --git a/_bashbrew-list b/_bashbrew-list
index daad8b1..aa2af37 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -7,13 +7,13 @@ rocket.chat:7.13
rocket.chat:7.13.6
rocket.chat:8
rocket.chat:8.0
-rocket.chat:8.0.4
+rocket.chat:8.0.5
rocket.chat:8.1
-rocket.chat:8.1.3
+rocket.chat:8.1.4
rocket.chat:8.2
-rocket.chat:8.2.2
+rocket.chat:8.2.3
rocket.chat:8.3
-rocket.chat:8.3.2
+rocket.chat:8.3.3
rocket.chat:8.4
-rocket.chat:8.4.0
+rocket.chat:8.4.1
rocket.chat:latest
diff --git a/rocket.chat_8.0/Dockerfile b/rocket.chat_8.0/Dockerfile
index 88e3a10..4ab7391 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.4
+ENV RC_VERSION=8.0.5
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.1/Dockerfile b/rocket.chat_8.1/Dockerfile
index d1d6218..560b3dd 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.3
+ENV RC_VERSION=8.1.4
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.2/Dockerfile b/rocket.chat_8.2/Dockerfile
index 2b70465..eb5cc2a 100644
--- a/rocket.chat_8.2/Dockerfile
+++ b/rocket.chat_8.2/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=8.2.2
+ENV RC_VERSION=8.2.3
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.3/Dockerfile b/rocket.chat_8.3/Dockerfile
index 8895569..dc6cbbc 100644
--- a/rocket.chat_8.3/Dockerfile
+++ b/rocket.chat_8.3/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=8.3.2
+ENV RC_VERSION=8.3.3
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index ed8fca1..7884ed9 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.4.0
+ENV RC_VERSION=8.4.1
RUN set -eux \
&& apt-get update \Relevant Maintainers:
|
tianon
approved these changes
May 9, 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#285