From 0c6ff6fae1404d7ced16dcb2f6b267cee6538a51 Mon Sep 17 00:00:00 2001 From: rocketchat-github-ci Date: Tue, 17 Dec 2024 14:05:06 +0000 Subject: [PATCH] feat: Rocket.Chat 7.0.3 --- 7.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7.0/Dockerfile b/7.0/Dockerfile index 27f84ad..1dc30a6 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.0.2 +ENV RC_VERSION=7.0.3 RUN set -eux \ && apt-get update \