Skip to content
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

Rocket.Chat: feat: Rocket.Chat 7.3.0 #18362

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

rocketchat-github-ci
Copy link

Copy link

github-actions bot commented Feb 3, 2025

Diff for 7c51d4d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 622fba2..62f8f11 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,10 +2,6 @@ Maintainers: Rocket.Chat Image Team <[email protected]> (@RocketChat)
 GitRepo: https://github.com/RocketChat/Docker.Official.Image.git
 GitFetch: refs/heads/main
 
-Tags: 6.10.9, 6.10
-GitCommit: 2604071c1f2f2d4300262347a33c03bac25918fc
-Directory: 6.10
-
 Tags: 6.11.3, 6.11
 GitCommit: 2604071c1f2f2d4300262347a33c03bac25918fc
 Directory: 6.11
@@ -26,6 +22,10 @@ Tags: 7.1.1, 7.1
 GitCommit: f8019f94dfe743710de864045180bcf4ca357fa8
 Directory: 7.1
 
-Tags: 7.2.1, 7.2, 7, latest
+Tags: 7.2.1, 7.2
 GitCommit: f8019f94dfe743710de864045180bcf4ca357fa8
 Directory: 7.2
+
+Tags: 7.3.0, 7.3, 7, latest
+GitCommit: 84fd23fa7bcb08bdd8275e790289d58b764043a4
+Directory: 7.3
diff --git a/_bashbrew-list b/_bashbrew-list
index dfa908e..237696a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,4 @@
 rocket.chat:6
-rocket.chat:6.10
-rocket.chat:6.10.9
 rocket.chat:6.11
 rocket.chat:6.11.3
 rocket.chat:6.12
@@ -14,4 +12,6 @@ rocket.chat:7.1
 rocket.chat:7.1.1
 rocket.chat:7.2
 rocket.chat:7.2.1
+rocket.chat:7.3
+rocket.chat:7.3.0
 rocket.chat:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 1b82078..e793065 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,7 +1,7 @@
 rocket.chat:6
-rocket.chat:6.10
 rocket.chat:6.11
 rocket.chat:6.12
 rocket.chat:7.0
 rocket.chat:7.1
+rocket.chat:7.2
 rocket.chat:latest
diff --git a/rocket.chat_6.10/Dockerfile b/rocket.chat_6.10/Dockerfile
deleted file mode 100644
index f6b6621..0000000
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_7.2/Dockerfile
similarity index 100%
copy from rocket.chat_latest/Dockerfile
copy to rocket.chat_7.2/Dockerfile
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index 0d23985..afa1ac3 100644
--- a/rocket.chat_latest/Dockerfile
+++ b/rocket.chat_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:20-bookworm-slim
+FROM node:22-bookworm-slim
 
 ENV DENO_VERSION=1.37.1
 
@@ -37,7 +37,7 @@ WORKDIR /app
 
 ENV NODE_ENV=production
 
-ENV RC_VERSION=7.2.1
+ENV RC_VERSION=7.3.0
 
 RUN set -eux \
   && apt-get update \

Relevant Maintainers:

@yosifkit yosifkit merged commit 6085917 into docker-library:master Feb 3, 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