diff --git a/7.0/Dockerfile b/7.0/Dockerfile index 1aa7c42..ea31946 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -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 \ diff --git a/7.1/Dockerfile b/7.1/Dockerfile index f59ad5f..a51a965 100644 --- a/7.1/Dockerfile +++ b/7.1/Dockerfile @@ -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 \ diff --git a/7.2/Dockerfile b/7.2/Dockerfile index 970744f..0d23985 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -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 \