Skip to content

Commit

Permalink
feat: Rocket.Chat 7.0.6,7.1.2,7.2.2,7.3.1 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketchat-github-ci authored Feb 7, 2025
1 parent 84fd23f commit fb402de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5
ENV RC_VERSION=7.0.6

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.1
ENV RC_VERSION=7.1.2

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.1
ENV RC_VERSION=7.2.2

RUN set -eux \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 7.3/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.3.0
ENV RC_VERSION=7.3.1

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

0 comments on commit fb402de

Please sign in to comment.