diff --git a/4/Dockerfile b/4/Dockerfile index ad51f0bc..c4bceeb6 100644 --- a/4/Dockerfile +++ b/4/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 4.9.0 +ENV NODE_VERSION 4.9.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/4/alpine/Dockerfile b/4/alpine/Dockerfile index 5536abdd..630feaf3 100644 --- a/4/alpine/Dockerfile +++ b/4/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.4 -ENV NODE_VERSION 4.9.0 +ENV NODE_VERSION 4.9.1 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/4/onbuild/Dockerfile b/4/onbuild/Dockerfile index a20fbb07..e0e3cdd6 100644 --- a/4/onbuild/Dockerfile +++ b/4/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:4.9.0 +FROM node:4.9.1 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/4/slim/Dockerfile b/4/slim/Dockerfile index 3de01cc9..0a8329b7 100644 --- a/4/slim/Dockerfile +++ b/4/slim/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 4.9.0 +ENV NODE_VERSION 4.9.1 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/4/stretch/Dockerfile b/4/stretch/Dockerfile index 4ad4ab2b..f6ac1537 100644 --- a/4/stretch/Dockerfile +++ b/4/stretch/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 4.9.0 +ENV NODE_VERSION 4.9.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/4/wheezy/Dockerfile b/4/wheezy/Dockerfile index 0bdfc27b..de3d1a80 100644 --- a/4/wheezy/Dockerfile +++ b/4/wheezy/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 4.9.0 +ENV NODE_VERSION 4.9.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/6/Dockerfile b/6/Dockerfile index 2c1d95e8..15b51ea2 100644 --- a/6/Dockerfile +++ b/6/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.0 +ENV NODE_VERSION 6.14.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/6/alpine/Dockerfile b/6/alpine/Dockerfile index 0b6639cd..0a433bdd 100644 --- a/6/alpine/Dockerfile +++ b/6/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.4 -ENV NODE_VERSION 6.14.0 +ENV NODE_VERSION 6.14.1 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/6/onbuild/Dockerfile b/6/onbuild/Dockerfile index 9425156c..428910a7 100644 --- a/6/onbuild/Dockerfile +++ b/6/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6.14.0 +FROM node:6.14.1 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/6/slim/Dockerfile b/6/slim/Dockerfile index 9d060efd..3ad5aa64 100644 --- a/6/slim/Dockerfile +++ b/6/slim/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.0 +ENV NODE_VERSION 6.14.1 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/6/stretch/Dockerfile b/6/stretch/Dockerfile index 8448869d..5192ca21 100644 --- a/6/stretch/Dockerfile +++ b/6/stretch/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.0 +ENV NODE_VERSION 6.14.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/6/wheezy/Dockerfile b/6/wheezy/Dockerfile index b8f62534..232ca186 100644 --- a/6/wheezy/Dockerfile +++ b/6/wheezy/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.0 +ENV NODE_VERSION 6.14.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/Dockerfile b/8/Dockerfile index fcf5ba3c..2147bdef 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/alpine/Dockerfile b/8/alpine/Dockerfile index f0613866..583f901b 100644 --- a/8/alpine/Dockerfile +++ b/8/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/8/onbuild/Dockerfile b/8/onbuild/Dockerfile index 57b3abc2..690d95ca 100644 --- a/8/onbuild/Dockerfile +++ b/8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.11.0 +FROM node:8.11.1 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/8/slim/Dockerfile b/8/slim/Dockerfile index c264852b..abb369ee 100644 --- a/8/slim/Dockerfile +++ b/8/slim/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/8/stretch/Dockerfile b/8/stretch/Dockerfile index 9a62b137..3dc7f20a 100644 --- a/8/stretch/Dockerfile +++ b/8/stretch/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/wheezy/Dockerfile b/8/wheezy/Dockerfile index a0c47e3d..eac6fba8 100644 --- a/8/wheezy/Dockerfile +++ b/8/wheezy/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/9/Dockerfile b/9/Dockerfile index 7b00899d..90351a05 100644 --- a/9/Dockerfile +++ b/9/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 9.10.0 +ENV NODE_VERSION 9.10.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/9/alpine/Dockerfile b/9/alpine/Dockerfile index 10b8f90f..aa8b41cf 100644 --- a/9/alpine/Dockerfile +++ b/9/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ENV NODE_VERSION 9.10.0 +ENV NODE_VERSION 9.10.1 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/9/onbuild/Dockerfile b/9/onbuild/Dockerfile index 5bf53f0e..ad135955 100644 --- a/9/onbuild/Dockerfile +++ b/9/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:9.10.0 +FROM node:9.10.1 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/9/slim/Dockerfile b/9/slim/Dockerfile index 55e3bf40..83abe60b 100644 --- a/9/slim/Dockerfile +++ b/9/slim/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 9.10.0 +ENV NODE_VERSION 9.10.1 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/9/stretch/Dockerfile b/9/stretch/Dockerfile index dd25a1ef..b4862c3e 100644 --- a/9/stretch/Dockerfile +++ b/9/stretch/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 9.10.0 +ENV NODE_VERSION 9.10.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/9/wheezy/Dockerfile b/9/wheezy/Dockerfile index 1a64fea3..772c4756 100644 --- a/9/wheezy/Dockerfile +++ b/9/wheezy/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 9.10.0 +ENV NODE_VERSION 9.10.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \