Skip to content

Commit

Permalink
feat: Rocket.Chat 7.0.5,7.1.1,7.2.1 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketchat-github-ci authored Jan 17, 2025
1 parent 99862fe commit f8019f9
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.4
ENV RC_VERSION=7.0.5

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.0
ENV RC_VERSION=7.1.1

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.0
ENV RC_VERSION=7.2.1

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

0 comments on commit f8019f9

Please sign in to comment.