diff --git a/10/alpine/Dockerfile b/10/alpine/Dockerfile index 931a21b3..753f367b 100644 --- a/10/alpine/Dockerfile +++ b/10/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 -ENV NODE_VERSION 10.2.1 +ENV NODE_VERSION 10.3.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 7a022bd1..fc9486f2 100644 --- a/10/jessie/Dockerfile +++ b/10/jessie/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.2.1 +ENV NODE_VERSION 10.3.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/10/slim/Dockerfile b/10/slim/Dockerfile index 94777db7..55d3db93 100644 --- a/10/slim/Dockerfile +++ b/10/slim/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.2.1 +ENV NODE_VERSION 10.3.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/10/stretch/Dockerfile b/10/stretch/Dockerfile index 2e9c6dbf..7dfa5133 100644 --- a/10/stretch/Dockerfile +++ b/10/stretch/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.2.1 +ENV NODE_VERSION 10.3.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \