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

update rocket.chat #15168

Merged
merged 1 commit into from
Aug 9, 2023
Merged

update rocket.chat #15168

merged 1 commit into from
Aug 9, 2023

Conversation

sampaiodiego
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Aug 8, 2023

Diff for 0a5120f:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 81b7513..4750f36 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,18 +1,14 @@
 Maintainers: Rocket.Chat Image Team <buildmaster@rocket.chat> (@RocketChat)
 GitRepo: https://github.com/RocketChat/Docker.Official.Image.git
 
-Tags: 5.4.9, 5.4, 5
-GitCommit: cc14a45a22b8cd668222e29061dfc33274a5572c
+Tags: 5.4.10, 5.4, 5
+GitCommit: 58071fed1cad824a4c0568ec7052bee1f742706c
 Directory: 5.4
 
-Tags: 6.0.7, 6.0
-GitCommit: cc14a45a22b8cd668222e29061dfc33274a5572c
-Directory: 6.0
-
-Tags: 6.1.7, 6.1
-GitCommit: cc14a45a22b8cd668222e29061dfc33274a5572c
-Directory: 6.1
-
-Tags: 6.2.0, 6.2, 6, latest
-GitCommit: cc14a45a22b8cd668222e29061dfc33274a5572c
+Tags: 6.2.11, 6.2
+GitCommit: 58071fed1cad824a4c0568ec7052bee1f742706c
 Directory: 6.2
+
+Tags: 6.3.0, 6.3, 6, latest
+GitCommit: 58071fed1cad824a4c0568ec7052bee1f742706c
+Directory: 6.3
diff --git a/_bashbrew-list b/_bashbrew-list
index 84c3cc8..185e68d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,11 +1,9 @@
 rocket.chat:5
 rocket.chat:5.4
-rocket.chat:5.4.9
+rocket.chat:5.4.10
 rocket.chat:6
-rocket.chat:6.0
-rocket.chat:6.0.7
-rocket.chat:6.1
-rocket.chat:6.1.7
 rocket.chat:6.2
-rocket.chat:6.2.0
+rocket.chat:6.2.11
+rocket.chat:6.3
+rocket.chat:6.3.0
 rocket.chat:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index b856d21..6d58c6f 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,3 @@
 rocket.chat:5
-rocket.chat:6.0
-rocket.chat:6.1
+rocket.chat:6.2
 rocket.chat:latest
diff --git a/rocket.chat_5/Dockerfile b/rocket.chat_5/Dockerfile
index 76b1cf3..107c4db 100644
--- a/rocket.chat_5/Dockerfile
+++ b/rocket.chat_5/Dockerfile
@@ -48,7 +48,7 @@ RUN groupadd -r rocketchat \
 
 VOLUME /app/uploads
 
-ENV RC_VERSION 5.4.9
+ENV RC_VERSION 5.4.10
 
 WORKDIR /app
 
diff --git a/rocket.chat_6.1/Dockerfile b/rocket.chat_6.1/Dockerfile
deleted file mode 100644
index 573bc00..0000000
diff --git a/rocket.chat_6.0/Dockerfile b/rocket.chat_6.2/Dockerfile
similarity index 99%
rename from rocket.chat_6.0/Dockerfile
rename to rocket.chat_6.2/Dockerfile
index 3dcf9c0..95c47d3 100644
--- a/rocket.chat_6.0/Dockerfile
+++ b/rocket.chat_6.2/Dockerfile
@@ -48,7 +48,7 @@ RUN groupadd -r rocketchat \
 
 VOLUME /app/uploads
 
-ENV RC_VERSION 6.0.7
+ENV RC_VERSION 6.2.11
 
 WORKDIR /app
 
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index 3e5a19d..22c3f62 100644
--- a/rocket.chat_latest/Dockerfile
+++ b/rocket.chat_latest/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:buster-slim
 
 ## Installing Node.js
 ENV NODE_ENV production
-ENV NODE_VERSION 14.21.2
+ENV NODE_VERSION 14.21.3
 
 # Node installation based on https://github.com/nodejs/docker-node/blob/66b46292a6e5dd5856b1d5204dc51547c80eb17a/12/buster-slim/Dockerfile
 RUN ARCH="x64" \
@@ -48,7 +48,7 @@ RUN groupadd -r rocketchat \
 
 VOLUME /app/uploads
 
-ENV RC_VERSION 6.2.0
+ENV RC_VERSION 6.3.0
 
 WORKDIR /app

Relevant Maintainers:

@sampaiodiego sampaiodiego reopened this Aug 8, 2023
@sampaiodiego sampaiodiego marked this pull request as ready for review August 8, 2023 22:01
@yosifkit yosifkit merged commit a07eb78 into docker-library:master Aug 9, 2023
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.

2 participants