Add missing v8.14.1 update for stretch slim

See #960
This commit is contained in:
Christopher Horrell 2018-12-18 16:48:53 -05:00
parent 4ecb41d714
commit 594f25e585
1 changed files with 1 additions and 1 deletions

View File

@ -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.14.0
ENV NODE_VERSION 8.14.1
RUN buildDeps='xz-utils' \
&& ARCH= && dpkgArch="$(dpkg --print-architecture)" \