Skip to content

Commit

Permalink
feat: Rocket.Chat 7.0.8,7.1.4,7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketchat-github-ci authored and github-actions[bot] committed Feb 27, 2025
1 parent 1489f2e commit e580070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.0.7
ENV RC_VERSION=7.0.8

RUN set -eux \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.1.3
ENV RC_VERSION=7.1.4

RUN set -eux \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.2.3
ENV RC_VERSION=7.2.4

RUN set -eux \
&& apt-get update \
Expand Down

0 comments on commit e580070

Please sign in to comment.