diff --git a/10/alpine/Dockerfile b/10/alpine/Dockerfile index 096526fe..e43b2ed1 100644 --- a/10/alpine/Dockerfile +++ b/10/alpine/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.7 +FROM alpine:3.8 -ENV NODE_VERSION 10.6.0 +ENV NODE_VERSION 10.7.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 7164b51d..56159ef5 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.6.0 +ENV NODE_VERSION 10.7.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/10/slim/Dockerfile b/10/slim/Dockerfile index 57de4246..79241f7d 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.6.0 +ENV NODE_VERSION 10.7.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/10/stretch/Dockerfile b/10/stretch/Dockerfile index 0ebb4cb3..32e54665 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.6.0 +ENV NODE_VERSION 10.7.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \