Skip to content

Commit 3298af8

Browse files
feat: Rocket.Chat 7.3.4,7.4.1 (#240)
1 parent 128a267 commit 3298af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

7.3/Dockerfile

+1-1
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.3.3
40+
ENV RC_VERSION=7.3.4
4141

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

7.4/Dockerfile

+1-1
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.0
40+
ENV RC_VERSION=7.4.1
4141

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

0 commit comments

Comments
 (0)