Skip to content

Commit 9abd60a

Browse files
authored
Merge branch 'develop' into mongoDeprecation
2 parents a3ecef8 + d03ee51 commit 9abd60a

File tree

573 files changed

+10113
-6111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

573 files changed

+10113
-6111
lines changed

.docker/Dockerfile.rhel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8/nodejs-12
22

3-
ENV RC_VERSION 3.18.0-develop
3+
ENV RC_VERSION 4.0.0-develop
44

55
66

@@ -18,7 +18,7 @@ RUN dnf install -y python38 && rm -rf /var/cache /var/log/dnf* /var/log/yum.*
1818
USER default
1919

2020
RUN set -x \
21-
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104 \
21+
&& gpg --keyserver keys.openpgp.org --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104 \
2222
&& curl -SLf "https://releases.rocket.chat/${RC_VERSION}/download" -o rocket.chat.tgz \
2323
&& curl -SLf "https://releases.rocket.chat/${RC_VERSION}/asc" -o rocket.chat.tgz.asc \
2424
&& gpg --verify rocket.chat.tgz.asc \

0 commit comments

Comments
 (0)