diff --git a/7.0/Dockerfile b/7.0/Dockerfile index e597916..39b30e5 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -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 \ diff --git a/7.1/Dockerfile b/7.1/Dockerfile index 3c884f2..436cb30 100644 --- a/7.1/Dockerfile +++ b/7.1/Dockerfile @@ -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 \ diff --git a/7.2/Dockerfile b/7.2/Dockerfile index 238378b..8836d0d 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -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 \