diff --git a/7.10/Dockerfile b/7.10/Dockerfile index d4e26ea..8f1ee04 100644 --- a/7.10/Dockerfile +++ b/7.10/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.10.0 +ENV RC_VERSION=7.10.3 RUN set -eux \ && apt-get update \ diff --git a/7.4/Dockerfile b/7.11/Dockerfile similarity index 99% rename from 7.4/Dockerfile rename to 7.11/Dockerfile index d53b694..45c50dd 100644 --- a/7.4/Dockerfile +++ b/7.11/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.4.5 +ENV RC_VERSION=7.11.0 RUN set -eux \ && apt-get update \ diff --git a/7.5/Dockerfile b/7.5/Dockerfile index b0d1824..b462a5a 100644 --- a/7.5/Dockerfile +++ b/7.5/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.5.4 +ENV RC_VERSION=7.5.5 RUN set -eux \ && apt-get update \ diff --git a/7.6/Dockerfile b/7.6/Dockerfile index f4cd079..18567c6 100644 --- a/7.6/Dockerfile +++ b/7.6/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.6.5 +ENV RC_VERSION=7.6.6 RUN set -eux \ && apt-get update \ diff --git a/7.7/Dockerfile b/7.7/Dockerfile index a8809e5..0861e32 100644 --- a/7.7/Dockerfile +++ b/7.7/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.7.8 +ENV RC_VERSION=7.7.9 RUN set -eux \ && apt-get update \ diff --git a/7.9/Dockerfile b/7.9/Dockerfile index 134aec6..725cc43 100644 --- a/7.9/Dockerfile +++ b/7.9/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=7.9.3 +ENV RC_VERSION=7.9.5 RUN set -eux \ && apt-get update \