Skip to content

Conversation

@rocketchat-github-ci
Copy link
Contributor

@github-actions
Copy link

Diff for dee473b:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ce2bdf1..ba6dc31 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,30 +2,30 @@ Maintainers: Rocket.Chat Image Team <[email protected]> (@RocketChat)
 GitRepo: https://github.com/RocketChat/Docker.Official.Image.git
 GitFetch: refs/heads/main
 
-Tags: 7.4.5, 7.4
-GitCommit: dddaa7c23275b8514d1d994bdfabaafd510f0ebf
-Directory: 7.4
-
-Tags: 7.5.4, 7.5
-GitCommit: dddaa7c23275b8514d1d994bdfabaafd510f0ebf
+Tags: 7.5.5, 7.5
+GitCommit: 962b38b0911a42f671939098c7983897f1601521
 Directory: 7.5
 
-Tags: 7.6.5, 7.6
-GitCommit: dddaa7c23275b8514d1d994bdfabaafd510f0ebf
+Tags: 7.6.6, 7.6
+GitCommit: 962b38b0911a42f671939098c7983897f1601521
 Directory: 7.6
 
-Tags: 7.7.8, 7.7
-GitCommit: dddaa7c23275b8514d1d994bdfabaafd510f0ebf
+Tags: 7.7.9, 7.7
+GitCommit: 962b38b0911a42f671939098c7983897f1601521
 Directory: 7.7
 
 Tags: 7.8.4, 7.8
 GitCommit: dddaa7c23275b8514d1d994bdfabaafd510f0ebf
 Directory: 7.8
 
-Tags: 7.9.3, 7.9
-GitCommit: 75c516a89b6e98d44085fa9cd33f9bc5f2b5986c
+Tags: 7.9.5, 7.9
+GitCommit: 962b38b0911a42f671939098c7983897f1601521
 Directory: 7.9
 
-Tags: 7.10.0, 7.10, 7, latest
-GitCommit: 9006d708f0185bafdae764924be1f553ec55bfed
+Tags: 7.10.3, 7.10
+GitCommit: 962b38b0911a42f671939098c7983897f1601521
 Directory: 7.10
+
+Tags: 7.11.0, 7.11, 7, latest
+GitCommit: 962b38b0911a42f671939098c7983897f1601521
+Directory: 7.11
diff --git a/_bashbrew-list b/_bashbrew-list
index 31172e0..19cfeba 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,16 +1,16 @@
 rocket.chat:7
-rocket.chat:7.4
-rocket.chat:7.4.5
 rocket.chat:7.5
-rocket.chat:7.5.4
+rocket.chat:7.5.5
 rocket.chat:7.6
-rocket.chat:7.6.5
+rocket.chat:7.6.6
 rocket.chat:7.7
-rocket.chat:7.7.8
+rocket.chat:7.7.9
 rocket.chat:7.8
 rocket.chat:7.8.4
 rocket.chat:7.9
-rocket.chat:7.9.3
+rocket.chat:7.9.5
 rocket.chat:7.10
-rocket.chat:7.10.0
+rocket.chat:7.10.3
+rocket.chat:7.11
+rocket.chat:7.11.0
 rocket.chat:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 001730c..c227bdf 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,7 +1,7 @@
-rocket.chat:7.4
 rocket.chat:7.5
 rocket.chat:7.6
 rocket.chat:7.7
 rocket.chat:7.8
 rocket.chat:7.9
+rocket.chat:7.10
 rocket.chat:latest
diff --git a/rocket.chat_7.4/Dockerfile b/rocket.chat_7.10/Dockerfile
similarity index 99%
rename from rocket.chat_7.4/Dockerfile
rename to rocket.chat_7.10/Dockerfile
index d53b694..8f1ee04 100644
--- a/rocket.chat_7.4/Dockerfile
+++ b/rocket.chat_7.10/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.4.5
+ENV RC_VERSION=7.10.3
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.5/Dockerfile b/rocket.chat_7.5/Dockerfile
index b0d1824..b462a5a 100644
--- a/rocket.chat_7.5/Dockerfile
+++ b/rocket.chat_7.5/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.5.4
+ENV RC_VERSION=7.5.5
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.6/Dockerfile b/rocket.chat_7.6/Dockerfile
index f4cd079..18567c6 100644
--- a/rocket.chat_7.6/Dockerfile
+++ b/rocket.chat_7.6/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.6.5
+ENV RC_VERSION=7.6.6
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.7/Dockerfile b/rocket.chat_7.7/Dockerfile
index a8809e5..0861e32 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.8
+ENV RC_VERSION=7.7.9
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.9/Dockerfile b/rocket.chat_7.9/Dockerfile
index 134aec6..725cc43 100644
--- a/rocket.chat_7.9/Dockerfile
+++ b/rocket.chat_7.9/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.9.3
+ENV RC_VERSION=7.9.5
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index d4e26ea..45c50dd 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.10.0
+ENV RC_VERSION=7.11.0
 
 RUN set -eux \
   && apt-get update \

Relevant Maintainers:

@yosifkit yosifkit merged commit 57951f8 into docker-library:master Oct 28, 2025
12 checks passed
junojense pushed a commit to DDVTECH/docker-image-library that referenced this pull request Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants