Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 407b2be

Browse files
authored
Merge pull request #3 from waffleio/security-bump
security patch for node 8
2 parents 5317d97 + fab72f1 commit 407b2be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.6
22

33
ENV NPM_CONFIG_LOGLEVEL info
4-
ENV NODE_VERSION 8.9.3
4+
ENV NODE_VERSION 8.11.3
55

66
RUN addgroup -g 1000 node \
77
&& adduser -u 1000 -G node -s /bin/sh -D node \

slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -ex \
2727
done
2828

2929
ENV NPM_CONFIG_LOGLEVEL info
30-
ENV NODE_VERSION 8.9.3
30+
ENV NODE_VERSION 8.11.3
3131

3232
RUN buildDeps='xz-utils' \
3333
&& set -x \

0 commit comments

Comments
 (0)