diff --git a/8/Dockerfile b/8/Dockerfile index fcf5ba3c..2147bdef 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/alpine/Dockerfile b/8/alpine/Dockerfile index f0613866..583f901b 100644 --- a/8/alpine/Dockerfile +++ b/8/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/8/onbuild/Dockerfile b/8/onbuild/Dockerfile index 57b3abc2..690d95ca 100644 --- a/8/onbuild/Dockerfile +++ b/8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.11.0 +FROM node:8.11.1 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/8/slim/Dockerfile b/8/slim/Dockerfile index c264852b..abb369ee 100644 --- a/8/slim/Dockerfile +++ b/8/slim/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/8/stretch/Dockerfile b/8/stretch/Dockerfile index 9a62b137..3dc7f20a 100644 --- a/8/stretch/Dockerfile +++ b/8/stretch/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/wheezy/Dockerfile b/8/wheezy/Dockerfile index a0c47e3d..eac6fba8 100644 --- a/8/wheezy/Dockerfile +++ b/8/wheezy/Dockerfile @@ -20,7 +20,7 @@ RUN set -ex \ gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 8.11.0 +ENV NODE_VERSION 8.11.1 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \