diff --git a/10/alpine/Dockerfile b/10/alpine/Dockerfile index 8ec26904..096526fe 100644 --- a/10/alpine/Dockerfile +++ b/10/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 -ENV NODE_VERSION 10.5.0 +ENV NODE_VERSION 10.6.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 ab177e4d..7164b51d 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.5.0 +ENV NODE_VERSION 10.6.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/10/slim/Dockerfile b/10/slim/Dockerfile index 74523c82..57de4246 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.5.0 +ENV NODE_VERSION 10.6.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/10/stretch/Dockerfile b/10/stretch/Dockerfile index d79ed1bc..0ebb4cb3 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.5.0 +ENV NODE_VERSION 10.6.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \