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 #7992

Merged
merged 1 commit into from
May 13, 2020
Merged

Update Rocket.Chat #7992

merged 1 commit into from
May 13, 2020

Conversation

sampaiodiego
Copy link
Contributor

@sampaiodiego sampaiodiego commented May 12, 2020

@github-actions
Copy link

Diff for c315bf7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2c93d8c..65a6c8d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,10 +1,10 @@
 Maintainers: Rocket.Chat Image Team <buildmaster@rocket.chat> (@RocketChat)
 GitRepo: https://github.com/RocketChat/Docker.Official.Image.git
 
-Tags: 2.4.11, 2.4, 2
-GitCommit: 9d6297118afd4a6b494b1b82cb4dc7f58e83e45d
+Tags: 2.4.12, 2.4, 2
+GitCommit: 9cc942405ca293ef01474e2c13a40894ee313851
 Directory: 2
 
-Tags: 3.0.12, 3.0, 3, latest
-GitCommit: adee785bc69c54dd1cfc6043dae82aa80bbcd7fc
+Tags: 3.2.2, 3.2, 3, latest
+GitCommit: 9cc942405ca293ef01474e2c13a40894ee313851
 Directory: 3
diff --git a/_bashbrew-list b/_bashbrew-list
index 4732eda..0efd16b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 rocket.chat:2
 rocket.chat:2.4
-rocket.chat:2.4.11
+rocket.chat:2.4.12
 rocket.chat:3
-rocket.chat:3.0
-rocket.chat:3.0.12
+rocket.chat:3.2
+rocket.chat:3.2.2
 rocket.chat:latest
diff --git a/rocket.chat_2/Dockerfile b/rocket.chat_2/Dockerfile
index 0a15cce..60ccb29 100644
--- a/rocket.chat_2/Dockerfile
+++ b/rocket.chat_2/Dockerfile
@@ -52,7 +52,7 @@ VOLUME /app/uploads
 # gpg: key 4FD08104: public key "Rocket.Chat Buildmaster <buildmaster@rocket.chat>" imported
 RUN gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104
 
-ENV RC_VERSION 2.4.11
+ENV RC_VERSION 2.4.12
 
 WORKDIR /app
 
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index 7c02003..003b9e5 100644
--- a/rocket.chat_latest/Dockerfile
+++ b/rocket.chat_latest/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:jessie-slim
 
 ## Installing Node.js
 ENV NODE_ENV production
-ENV NODE_VERSION 12.14.0
+ENV NODE_VERSION 12.16.1
 
 # Node installation based on https://github.com/nodejs/docker-node/blob/e76dc47a4104a1b06765673dadb56f1855c32cad/12/stretch-slim/Dockerfile
 RUN ARCH="x64" \
@@ -52,7 +52,7 @@ VOLUME /app/uploads
 # gpg: key 4FD08104: public key "Rocket.Chat Buildmaster <buildmaster@rocket.chat>" imported
 RUN gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104
 
-ENV RC_VERSION 3.0.12
+ENV RC_VERSION 3.2.2
 
 WORKDIR /app
 

@sampaiodiego sampaiodiego changed the title Bump Rocket.Chat Update Rocket.Chat May 12, 2020
@tianon tianon merged commit 6c9a5db into docker-library:master May 13, 2020
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