diff --git a/9/Dockerfile b/9/Dockerfile index 7e8d8da0..7b00899d 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.9.0 +ENV NODE_VERSION 9.10.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/9/alpine/Dockerfile b/9/alpine/Dockerfile index e4e0421f..10b8f90f 100644 --- a/9/alpine/Dockerfile +++ b/9/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ENV NODE_VERSION 9.9.0 +ENV NODE_VERSION 9.10.0 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 edf4ffea..5bf53f0e 100644 --- a/9/onbuild/Dockerfile +++ b/9/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:9.9.0 +FROM node:9.10.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/9/slim/Dockerfile b/9/slim/Dockerfile index f863b2f3..55e3bf40 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.9.0 +ENV NODE_VERSION 9.10.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/9/stretch/Dockerfile b/9/stretch/Dockerfile index 6b8722d6..dd25a1ef 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.9.0 +ENV NODE_VERSION 9.10.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/9/wheezy/Dockerfile b/9/wheezy/Dockerfile index 61ffd3cb..1a64fea3 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.9.0 +ENV NODE_VERSION 9.10.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \