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 \