From a1ad45ad51d168979827cd3e81a2721358f0a6a0 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 27 Nov 2018 18:27:04 -0800 Subject: [PATCH] Re-apply security bump with ONLY version bumps --- 10/alpine/Dockerfile | 2 +- 10/jessie/Dockerfile | 2 +- 10/slim/Dockerfile | 2 +- 10/stretch/Dockerfile | 2 +- 11/alpine/Dockerfile | 2 +- 11/slim/Dockerfile | 2 +- 11/stretch/Dockerfile | 2 +- 6/alpine/Dockerfile | 2 +- 6/jessie/Dockerfile | 2 +- 6/onbuild/Dockerfile | 2 +- 6/slim/Dockerfile | 2 +- 6/stretch/Dockerfile | 2 +- 8/alpine/Dockerfile | 2 +- 8/jessie/Dockerfile | 2 +- 8/onbuild/Dockerfile | 2 +- 8/slim/Dockerfile | 2 +- 8/stretch/Dockerfile | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/10/alpine/Dockerfile b/10/alpine/Dockerfile index df717084..8921b4fa 100644 --- a/10/alpine/Dockerfile +++ b/10/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV NODE_VERSION 10.13.0 +ENV NODE_VERSION 10.14.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 136020c1..906d3bfc 100644 --- a/10/jessie/Dockerfile +++ b/10/jessie/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.13.0 +ENV NODE_VERSION 10.14.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/10/slim/Dockerfile b/10/slim/Dockerfile index a40442ec..b509d275 100644 --- a/10/slim/Dockerfile +++ b/10/slim/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.13.0 +ENV NODE_VERSION 10.14.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/10/stretch/Dockerfile b/10/stretch/Dockerfile index f1519c43..8ecd5353 100644 --- a/10/stretch/Dockerfile +++ b/10/stretch/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 10.13.0 +ENV NODE_VERSION 10.14.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/11/alpine/Dockerfile b/11/alpine/Dockerfile index b3ba9dad..bb612d2b 100644 --- a/11/alpine/Dockerfile +++ b/11/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV NODE_VERSION 11.2.0 +ENV NODE_VERSION 11.3.0 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/11/slim/Dockerfile b/11/slim/Dockerfile index 05f84640..1c72a09a 100644 --- a/11/slim/Dockerfile +++ b/11/slim/Dockerfile @@ -3,7 +3,7 @@ FROM debian:stretch-slim RUN groupadd --gid 1000 node \ && useradd --uid 1000 --gid node --shell /bin/bash --create-home node -ENV NODE_VERSION 11.2.0 +ENV NODE_VERSION 11.3.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/11/stretch/Dockerfile b/11/stretch/Dockerfile index 699ea2b7..b51672ac 100644 --- a/11/stretch/Dockerfile +++ b/11/stretch/Dockerfile @@ -3,7 +3,7 @@ FROM buildpack-deps:stretch RUN groupadd --gid 1000 node \ && useradd --uid 1000 --gid node --shell /bin/bash --create-home node -ENV NODE_VERSION 11.2.0 +ENV NODE_VERSION 11.3.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/6/alpine/Dockerfile b/6/alpine/Dockerfile index 319aa990..dca3ebd6 100644 --- a/6/alpine/Dockerfile +++ b/6/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.4 -ENV NODE_VERSION 6.14.4 +ENV NODE_VERSION 6.15.0 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/6/jessie/Dockerfile b/6/jessie/Dockerfile index 88aa0543..905eef51 100644 --- a/6/jessie/Dockerfile +++ b/6/jessie/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.4 +ENV NODE_VERSION 6.15.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/6/onbuild/Dockerfile b/6/onbuild/Dockerfile index 870322ab..cc0b0cf0 100644 --- a/6/onbuild/Dockerfile +++ b/6/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6.14.4-jessie +FROM node:6.15.0-jessie RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/6/slim/Dockerfile b/6/slim/Dockerfile index 10a8e81b..0ce6682f 100644 --- a/6/slim/Dockerfile +++ b/6/slim/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.4 +ENV NODE_VERSION 6.15.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/6/stretch/Dockerfile b/6/stretch/Dockerfile index b86bf27c..da636cc0 100644 --- a/6/stretch/Dockerfile +++ b/6/stretch/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \ done -ENV NODE_VERSION 6.14.4 +ENV NODE_VERSION 6.15.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/alpine/Dockerfile b/8/alpine/Dockerfile index 5b8de8de..ce0d2746 100644 --- a/8/alpine/Dockerfile +++ b/8/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV NODE_VERSION 8.13.0 +ENV NODE_VERSION 8.14.0 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ diff --git a/8/jessie/Dockerfile b/8/jessie/Dockerfile index ae8b16ae..192d64bd 100644 --- a/8/jessie/Dockerfile +++ b/8/jessie/Dockerfile @@ -3,7 +3,7 @@ FROM buildpack-deps:jessie RUN groupadd --gid 1000 node \ && useradd --uid 1000 --gid node --shell /bin/bash --create-home node -ENV NODE_VERSION 8.13.0 +ENV NODE_VERSION 8.14.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/8/onbuild/Dockerfile b/8/onbuild/Dockerfile index 37fbfc74..2e18eced 100644 --- a/8/onbuild/Dockerfile +++ b/8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.13.0-stretch +FROM node:8.14.0-stretch RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/8/slim/Dockerfile b/8/slim/Dockerfile index 8f3fc75d..d30c7867 100644 --- a/8/slim/Dockerfile +++ b/8/slim/Dockerfile @@ -3,7 +3,7 @@ FROM debian:stretch-slim RUN groupadd --gid 1000 node \ && useradd --uid 1000 --gid node --shell /bin/bash --create-home node -ENV NODE_VERSION 8.13.0 +ENV NODE_VERSION 8.14.0 RUN buildDeps='xz-utils' \ && ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/8/stretch/Dockerfile b/8/stretch/Dockerfile index 85d7e5a9..e15dfc33 100644 --- a/8/stretch/Dockerfile +++ b/8/stretch/Dockerfile @@ -3,7 +3,7 @@ FROM buildpack-deps:stretch RUN groupadd --gid 1000 node \ && useradd --uid 1000 --gid node --shell /bin/bash --create-home node -ENV NODE_VERSION 8.13.0 +ENV NODE_VERSION 8.14.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \