Rocket.Chat: feat: Rocket.Chat 7.8.3,7.7.7#19554
Merged
tianon merged 1 commit intodocker-library:masterfrom Jul 28, 2025
Merged
Rocket.Chat: feat: Rocket.Chat 7.8.3,7.7.7#19554tianon merged 1 commit intodocker-library:masterfrom
tianon merged 1 commit intodocker-library:masterfrom
Conversation
Diff for 055afff:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4dd4a0e..7357ec2 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -22,10 +22,10 @@ Tags: 7.6.4, 7.6
GitCommit: bc65dcc31c5ccd8fe8b1d4790004d1d1c8c83e60
Directory: 7.6
-Tags: 7.7.6, 7.7
-GitCommit: 959b4ca3263ac00b17fd4d8d4c92f19f83b046df
+Tags: 7.7.7, 7.7
+GitCommit: fb174298d2cfd5c817d1d314d045725553ff9d41
Directory: 7.7
-Tags: 7.8.2, 7.8, 7, latest
-GitCommit: 959b4ca3263ac00b17fd4d8d4c92f19f83b046df
+Tags: 7.8.3, 7.8, 7, latest
+GitCommit: fb174298d2cfd5c817d1d314d045725553ff9d41
Directory: 7.8
diff --git a/_bashbrew-list b/_bashbrew-list
index 20a5399..29f6736 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -10,7 +10,7 @@ rocket.chat:7.5.3
rocket.chat:7.6
rocket.chat:7.6.4
rocket.chat:7.7
-rocket.chat:7.7.6
+rocket.chat:7.7.7
rocket.chat:7.8
-rocket.chat:7.8.2
+rocket.chat:7.8.3
rocket.chat:latest
diff --git a/rocket.chat_7.7/Dockerfile b/rocket.chat_7.7/Dockerfile
index c919272..47a4ecf 100644
--- a/rocket.chat_7.7/Dockerfile
+++ b/rocket.chat_7.7/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=7.7.6
+ENV RC_VERSION=7.7.7
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index 1193d95..cde9e70 100644
--- a/rocket.chat_latest/Dockerfile
+++ b/rocket.chat_latest/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=7.8.2
+ENV RC_VERSION=7.8.3
RUN set -eux \
&& apt-get update \Relevant Maintainers:
|
tianon
approved these changes
Jul 28, 2025
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#256