diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 88e3a10..4ab7391 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=8.0.4 +ENV RC_VERSION=8.0.5 RUN set -eux \ && apt-get update \ diff --git a/8.1/Dockerfile b/8.1/Dockerfile index d1d6218..560b3dd 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=8.1.3 +ENV RC_VERSION=8.1.4 RUN set -eux \ && apt-get update \ diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 2b70465..eb5cc2a 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=8.2.2 +ENV RC_VERSION=8.2.3 RUN set -eux \ && apt-get update \ diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 8895569..dc6cbbc 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=8.3.2 +ENV RC_VERSION=8.3.3 RUN set -eux \ && apt-get update \ diff --git a/8.4/Dockerfile b/8.4/Dockerfile index ed8fca1..7884ed9 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app ENV NODE_ENV=production -ENV RC_VERSION=8.4.0 +ENV RC_VERSION=8.4.1 RUN set -eux \ && apt-get update \