Skip to content

Commit 21fc4da

Browse files
feat: Rocket.Chat 7.4.2,7.5.1 (#243)
1 parent 154dd8a commit 21fc4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WORKDIR /app
3737

3838
ENV NODE_ENV=production
3939

40-
ENV RC_VERSION=7.4.1
40+
ENV RC_VERSION=7.4.2
4141

4242
RUN set -eux \
4343
&& apt-get update \

7.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WORKDIR /app
3737

3838
ENV NODE_ENV=production
3939

40-
ENV RC_VERSION=7.5.0
40+
ENV RC_VERSION=7.5.1
4141

4242
RUN set -eux \
4343
&& apt-get update \

0 commit comments

Comments
 (0)