Rocket.Chat: feat: Rocket.Chat 7.7.0,7.6.2#19212
Merged
tianon merged 1 commit intodocker-library:masterfrom Jun 6, 2025
Merged
Rocket.Chat: feat: Rocket.Chat 7.7.0,7.6.2#19212tianon merged 1 commit intodocker-library:masterfrom
tianon merged 1 commit intodocker-library:masterfrom
Conversation
Diff for ddc31d7:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0666f7e..74186c8 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,10 +2,6 @@ Maintainers: Rocket.Chat Image Team <buildmaster@rocket.chat> (@RocketChat)
GitRepo: https://github.com/RocketChat/Docker.Official.Image.git
GitFetch: refs/heads/main
-Tags: 7.0.9, 7.0
-GitCommit: 128a267feefa95572213f84274b34db155a87d9b
-Directory: 7.0
-
Tags: 7.1.5, 7.1
GitCommit: 128a267feefa95572213f84274b34db155a87d9b
Directory: 7.1
@@ -26,6 +22,10 @@ Tags: 7.5.1, 7.5
GitCommit: 0c1b4f5e1eaf9ee047b5dc8e331e96cfb04655ca
Directory: 7.5
-Tags: 7.6.1, 7.6, 7, latest
-GitCommit: cbc1851ee221b8cea1f4bff221682040d9ca4dbe
+Tags: 7.6.2, 7.6
+GitCommit: 3130b58c0def2f3b03ce78af368ef8506e250b92
Directory: 7.6
+
+Tags: 7.7.0, 7.7, 7, latest
+GitCommit: 3130b58c0def2f3b03ce78af368ef8506e250b92
+Directory: 7.7
diff --git a/_bashbrew-list b/_bashbrew-list
index b498cc3..ddcc5fc 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,4 @@
rocket.chat:7
-rocket.chat:7.0
-rocket.chat:7.0.9
rocket.chat:7.1
rocket.chat:7.1.5
rocket.chat:7.2
@@ -12,5 +10,7 @@ rocket.chat:7.4.2
rocket.chat:7.5
rocket.chat:7.5.1
rocket.chat:7.6
-rocket.chat:7.6.1
+rocket.chat:7.6.2
+rocket.chat:7.7
+rocket.chat:7.7.0
rocket.chat:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index eac41ab..69ff81a 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,7 +1,7 @@
-rocket.chat:7.0
rocket.chat:7.1
rocket.chat:7.2
rocket.chat:7.3
rocket.chat:7.4
rocket.chat:7.5
+rocket.chat:7.6
rocket.chat:latest
diff --git a/rocket.chat_7.0/Dockerfile b/rocket.chat_7.0/Dockerfile
deleted file mode 100644
index d247b79..0000000
diff --git a/rocket.chat_7.4/Dockerfile b/rocket.chat_7.6/Dockerfile
similarity index 99%
copy from rocket.chat_7.4/Dockerfile
copy to rocket.chat_7.6/Dockerfile
index 6d21067..a3cfb88 100644
--- a/rocket.chat_7.4/Dockerfile
+++ b/rocket.chat_7.6/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
ENV NODE_ENV=production
-ENV RC_VERSION=7.4.2
+ENV RC_VERSION=7.6.2
RUN set -eux \
&& apt-get update \
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index f9b6f0f..a25f851 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.6.1
+ENV RC_VERSION=7.7.0
RUN set -eux \
&& apt-get update \Relevant Maintainers:
|
Contributor
|
Deno v1.43.5 still does not provide a sha256sum for the binary so I manually updated it for 7.7.0 |
tianon
approved these changes
Jun 6, 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#247