Skip to content

Rocket.Chat: feat: Rocket.Chat 7.1.6,7.2.6,7.3.5,7.4.3,7.5.2,7.6.3 #19224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025

Conversation

rocketchat-github-ci
Copy link

Copy link

github-actions bot commented Jun 9, 2025

Diff for 5d6545a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 74186c8..0dc81f5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,28 +2,28 @@ Maintainers: Rocket.Chat Image Team <buildmaster@rocket.chat> (@RocketChat)
 GitRepo: https://github.com/RocketChat/Docker.Official.Image.git
 GitFetch: refs/heads/main
 
-Tags: 7.1.5, 7.1
-GitCommit: 128a267feefa95572213f84274b34db155a87d9b
+Tags: 7.1.6, 7.1
+GitCommit: baa98d62388a0ef1975816c8489679832ef8e8f8
 Directory: 7.1
 
-Tags: 7.2.5, 7.2
-GitCommit: 128a267feefa95572213f84274b34db155a87d9b
+Tags: 7.2.6, 7.2
+GitCommit: baa98d62388a0ef1975816c8489679832ef8e8f8
 Directory: 7.2
 
-Tags: 7.3.4, 7.3
-GitCommit: 0c1b4f5e1eaf9ee047b5dc8e331e96cfb04655ca
+Tags: 7.3.5, 7.3
+GitCommit: baa98d62388a0ef1975816c8489679832ef8e8f8
 Directory: 7.3
 
-Tags: 7.4.2, 7.4
-GitCommit: 0c1b4f5e1eaf9ee047b5dc8e331e96cfb04655ca
+Tags: 7.4.3, 7.4
+GitCommit: baa98d62388a0ef1975816c8489679832ef8e8f8
 Directory: 7.4
 
-Tags: 7.5.1, 7.5
-GitCommit: 0c1b4f5e1eaf9ee047b5dc8e331e96cfb04655ca
+Tags: 7.5.2, 7.5
+GitCommit: baa98d62388a0ef1975816c8489679832ef8e8f8
 Directory: 7.5
 
-Tags: 7.6.2, 7.6
-GitCommit: 3130b58c0def2f3b03ce78af368ef8506e250b92
+Tags: 7.6.3, 7.6
+GitCommit: baa98d62388a0ef1975816c8489679832ef8e8f8
 Directory: 7.6
 
 Tags: 7.7.0, 7.7, 7, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index ddcc5fc..db6988d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,16 +1,16 @@
 rocket.chat:7
 rocket.chat:7.1
-rocket.chat:7.1.5
+rocket.chat:7.1.6
 rocket.chat:7.2
-rocket.chat:7.2.5
+rocket.chat:7.2.6
 rocket.chat:7.3
-rocket.chat:7.3.4
+rocket.chat:7.3.5
 rocket.chat:7.4
-rocket.chat:7.4.2
+rocket.chat:7.4.3
 rocket.chat:7.5
-rocket.chat:7.5.1
+rocket.chat:7.5.2
 rocket.chat:7.6
-rocket.chat:7.6.2
+rocket.chat:7.6.3
 rocket.chat:7.7
 rocket.chat:7.7.0
 rocket.chat:latest
diff --git a/rocket.chat_7.1/Dockerfile b/rocket.chat_7.1/Dockerfile
index f5b99f1..3bd8189 100644
--- a/rocket.chat_7.1/Dockerfile
+++ b/rocket.chat_7.1/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.1.5
+ENV RC_VERSION=7.1.6
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.2/Dockerfile b/rocket.chat_7.2/Dockerfile
index 2385018..2fb7e80 100644
--- a/rocket.chat_7.2/Dockerfile
+++ b/rocket.chat_7.2/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.2.5
+ENV RC_VERSION=7.2.6
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.3/Dockerfile b/rocket.chat_7.3/Dockerfile
index 6a4a5f4..96710bd 100644
--- a/rocket.chat_7.3/Dockerfile
+++ b/rocket.chat_7.3/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.3.4
+ENV RC_VERSION=7.3.5
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.4/Dockerfile b/rocket.chat_7.4/Dockerfile
index 6d21067..365e908 100644
--- a/rocket.chat_7.4/Dockerfile
+++ b/rocket.chat_7.4/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.4.2
+ENV RC_VERSION=7.4.3
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.5/Dockerfile b/rocket.chat_7.5/Dockerfile
index 5867603..09222b0 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.1
+ENV RC_VERSION=7.5.2
 
 RUN set -eux \
   && apt-get update \
diff --git a/rocket.chat_7.6/Dockerfile b/rocket.chat_7.6/Dockerfile
index a3cfb88..dcf17c3 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.2
+ENV RC_VERSION=7.6.3
 
 RUN set -eux \
   && apt-get update \

Relevant Maintainers:

@tianon tianon merged commit 215cf67 into docker-library:master Jun 9, 2025
12 checks passed
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