diff --git a/10/alpine/Dockerfile b/10/alpine/Dockerfile index c463cc7a..30b5d71b 100644 --- a/10/alpine/Dockerfile +++ b/10/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV NODE_VERSION 10.8.0 +ENV NODE_VERSION 10.9.0 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/10/jessie/Dockerfile b/10/jessie/Dockerfile index 01f31302..d2483b0e 100644 --- a/10/jessie/Dockerfile +++ b/10/jessie/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.8.0 +ENV NODE_VERSION 10.9.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/10/slim/Dockerfile b/10/slim/Dockerfile index 9ee8200d..5bc77da4 100644 --- a/10/slim/Dockerfile +++ b/10/slim/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.8.0 +ENV NODE_VERSION 10.9.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/10/stretch/Dockerfile b/10/stretch/Dockerfile index 9fb0ca6e..37cd0546 100644 --- a/10/stretch/Dockerfile +++ b/10/stretch/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.8.0 +ENV NODE_VERSION 10.9.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/6/alpine/Dockerfile b/6/alpine/Dockerfile index c5609ea2..107a9afd 100644 --- a/6/alpine/Dockerfile +++ b/6/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.4 -ENV NODE_VERSION 6.14.3 +ENV NODE_VERSION 6.14.4 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/6/jessie/Dockerfile b/6/jessie/Dockerfile index 4d46649d..b4acb817 100644 --- a/6/jessie/Dockerfile +++ b/6/jessie/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.3 +ENV NODE_VERSION 6.14.4 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/6/onbuild/Dockerfile b/6/onbuild/Dockerfile index d2f6311a..870322ab 100644 --- a/6/onbuild/Dockerfile +++ b/6/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6.14.3-jessie +FROM node:6.14.4-jessie RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/6/slim/Dockerfile b/6/slim/Dockerfile index b50e8b65..3e13b9e7 100644 --- a/6/slim/Dockerfile +++ b/6/slim/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.3 +ENV NODE_VERSION 6.14.4 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/6/stretch/Dockerfile b/6/stretch/Dockerfile index 92096f8d..17b227b2 100644 --- a/6/stretch/Dockerfile +++ b/6/stretch/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.3 +ENV NODE_VERSION 6.14.4 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/alpine/Dockerfile b/8/alpine/Dockerfile index f678d632..35c7dada 100644 --- a/8/alpine/Dockerfile +++ b/8/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ENV NODE_VERSION 8.11.3 +ENV NODE_VERSION 8.11.4 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/8/jessie/Dockerfile b/8/jessie/Dockerfile index 18cd8895..28170d7c 100644 --- a/8/jessie/Dockerfile +++ b/8/jessie/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.3 +ENV NODE_VERSION 8.11.4 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/onbuild/Dockerfile b/8/onbuild/Dockerfile index cdb75f83..e7f7629b 100644 --- a/8/onbuild/Dockerfile +++ b/8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.11.3-jessie +FROM node:8.11.4-jessie RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/8/slim/Dockerfile b/8/slim/Dockerfile index b41e1e33..5db309bc 100644 --- a/8/slim/Dockerfile +++ b/8/slim/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.3 +ENV NODE_VERSION 8.11.4 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/8/stretch/Dockerfile b/8/stretch/Dockerfile index a61f0b19..ba0f503d 100644 --- a/8/stretch/Dockerfile +++ b/8/stretch/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.3 +ENV NODE_VERSION 8.11.4 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \