From a35dfb474d3fe6731a66373c6c0585a3a5454d05 Mon Sep 17 00:00:00 2001 From: rocketchat-github-ci Date: Mon, 12 Jan 2026 22:05:24 +0000 Subject: [PATCH] feat: Rocket.Chat 8.0.1,7.9.7,7.11.3,7.12.3,7.10.6,7.13.2 --- 7.10/Dockerfile | 2 +- 7.11/Dockerfile | 2 +- 7.12/Dockerfile | 2 +- {7.7 => 7.13}/Dockerfile | 2 +- 7.9/Dockerfile | 2 +- {7.6 => 8.0}/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) rename {7.7 => 7.13}/Dockerfile (99%) rename {7.6 => 8.0}/Dockerfile (99%) diff --git a/7.10/Dockerfile b/7.10/Dockerfile index 538519e..369d5e0 100644 --- a/7.10/Dockerfile +++ b/7.10/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.10.5 +ENV RC_VERSION=7.10.6 RUN set -eux \ && apt-get update \ diff --git a/7.11/Dockerfile b/7.11/Dockerfile index 65d3aa2..af04b29 100644 --- a/7.11/Dockerfile +++ b/7.11/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.11.2 +ENV RC_VERSION=7.11.3 RUN set -eux \ && apt-get update \ diff --git a/7.12/Dockerfile b/7.12/Dockerfile index 6d393ef..1b8aca6 100644 --- a/7.12/Dockerfile +++ b/7.12/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.12.2 +ENV RC_VERSION=7.12.3 RUN set -eux \ && apt-get update \ diff --git a/7.7/Dockerfile b/7.13/Dockerfile similarity index 99% rename from 7.7/Dockerfile rename to 7.13/Dockerfile index 0861e32..7d9bcf9 100644 --- a/7.7/Dockerfile +++ b/7.13/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.7.9 +ENV RC_VERSION=7.13.2 RUN set -eux \ && apt-get update \ diff --git a/7.9/Dockerfile b/7.9/Dockerfile index 20cd1cd..2c6bd6a 100644 --- a/7.9/Dockerfile +++ b/7.9/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.9.6 +ENV RC_VERSION=7.9.7 RUN set -eux \ && apt-get update \ diff --git a/7.6/Dockerfile b/8.0/Dockerfile similarity index 99% rename from 7.6/Dockerfile rename to 8.0/Dockerfile index 18567c6..a6438fe 100644 --- a/7.6/Dockerfile +++ b/8.0/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.6.6 +ENV RC_VERSION=8.0.1 RUN set -eux \ && apt-get update \