Rocket.Chat: feat: Rocket.Chat 8.5.1,7.13.9,8.0.7,8.1.6,8.2.6,8.3.6,8.4.4#21687
Merged
Conversation
ba10102 to
5e81834
Compare
Diff for 5e81834:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 517cb76..cd77ea2 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,26 +6,30 @@ Tags: 7.10.9, 7.10
GitCommit: 2f4945d910dade78b5d1ad6e5b7a351b7d6ae939
Directory: 7.10
-Tags: 7.13.8, 7.13, 7
-GitCommit: 44021675ef762526f95563b8f8fc2fe9b377a90c
+Tags: 7.13.9, 7.13, 7
+GitCommit: 1c3e8bb69e9b09980e3129f201beaca6d65f756b
Directory: 7.13
-Tags: 8.0.5, 8.0
-GitCommit: 6966f47d754ae023a236c4599bde2031c490ce0a
+Tags: 8.0.7, 8.0
+GitCommit: 1c3e8bb69e9b09980e3129f201beaca6d65f756b
Directory: 8.0
-Tags: 8.1.5, 8.1
-GitCommit: 44021675ef762526f95563b8f8fc2fe9b377a90c
+Tags: 8.1.6, 8.1
+GitCommit: 1c3e8bb69e9b09980e3129f201beaca6d65f756b
Directory: 8.1
-Tags: 8.2.5, 8.2
-GitCommit: 44021675ef762526f95563b8f8fc2fe9b377a90c
+Tags: 8.2.6, 8.2
+GitCommit: 1c3e8bb69e9b09980e3129f201beaca6d65f756b
Directory: 8.2
-Tags: 8.3.5, 8.3
-GitCommit: 44021675ef762526f95563b8f8fc2fe9b377a90c
+Tags: 8.3.6, 8.3
+GitCommit: 1c3e8bb69e9b09980e3129f201beaca6d65f756b
Directory: 8.3
-Tags: 8.4.3, 8.4, 8, latest
-GitCommit: 44021675ef762526f95563b8f8fc2fe9b377a90c
+Tags: 8.4.4, 8.4
+GitCommit: 1c3e8bb69e9b09980e3129f201beaca6d65f756b
Directory: 8.4
+
+Tags: 8.5.1, 8.5, 8, latest
+GitCommit: 1c3e8bb69e9b09980e3129f201beaca6d65f756b
+Directory: 8.5
diff --git a/_bashbrew-list b/_bashbrew-list
index 56a8bb8..7d253c2 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.13
-rocket.chat:7.13.8
+rocket.chat:7.13.9
rocket.chat:8
rocket.chat:8.0
-rocket.chat:8.0.5
+rocket.chat:8.0.7
rocket.chat:8.1
-rocket.chat:8.1.5
+rocket.chat:8.1.6
rocket.chat:8.2
-rocket.chat:8.2.5
+rocket.chat:8.2.6
rocket.chat:8.3
-rocket.chat:8.3.5
+rocket.chat:8.3.6
rocket.chat:8.4
-rocket.chat:8.4.3
+rocket.chat:8.4.4
+rocket.chat:8.5
+rocket.chat:8.5.1
rocket.chat:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index bbbd442..612af32 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -4,4 +4,5 @@ rocket.chat:8.0
rocket.chat:8.1
rocket.chat:8.2
rocket.chat:8.3
+rocket.chat:8.4
rocket.chat:latest
diff --git a/rocket.chat_7/Dockerfile b/rocket.chat_7/Dockerfile
index c788112..da230b8 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.8
+ENV RC_VERSION=7.13.9
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.0/Dockerfile b/rocket.chat_8.0/Dockerfile
index 4ab7391..dd5884c 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.5
+ENV RC_VERSION=8.0.7
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.1/Dockerfile b/rocket.chat_8.1/Dockerfile
index b292e44..e3f2a1b 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.5
+ENV RC_VERSION=8.1.6
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.2/Dockerfile b/rocket.chat_8.2/Dockerfile
index 3168052..b156513 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.5
+ENV RC_VERSION=8.2.6
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.3/Dockerfile b/rocket.chat_8.3/Dockerfile
index 5ef3334..f193264 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.5
+ENV RC_VERSION=8.3.6
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_8.2/Dockerfile b/rocket.chat_8.4/Dockerfile
similarity index 99%
copy from rocket.chat_8.2/Dockerfile
copy to rocket.chat_8.4/Dockerfile
index 3168052..640103c 100644
--- a/rocket.chat_8.2/Dockerfile
+++ b/rocket.chat_8.4/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=8.2.5
+ENV RC_VERSION=8.4.4
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index d786f8c..257db2f 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.3
+ENV RC_VERSION=8.5.1
RUN set -eux \
&& apt-get update \Relevant Maintainers:
|
yosifkit
approved these changes
Jun 17, 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#289