Skip to content

Commit f547c4c

Browse files
PeterDaveHelloSimenB
authored andcommitted
Update nodejs v8.2.0 to v8.2.1 (#470)
1 parent 2b30b83 commit f547c4c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

8.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -ex \
2121
done
2222

2323
ENV NPM_CONFIG_LOGLEVEL info
24-
ENV NODE_VERSION 8.2.0
24+
ENV NODE_VERSION 8.2.1
2525

2626
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2727
&& curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

8.2/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.2.0
4+
ENV NODE_VERSION 8.2.1
55

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

8.2/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8.2.0
1+
FROM node:8.2.1
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

8.2/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -ex \
2121
done
2222

2323
ENV NPM_CONFIG_LOGLEVEL info
24-
ENV NODE_VERSION 8.2.0
24+
ENV NODE_VERSION 8.2.1
2525

2626
RUN buildDeps='xz-utils' \
2727
&& set -x \

8.2/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -ex \
2121
done
2222

2323
ENV NPM_CONFIG_LOGLEVEL info
24-
ENV NODE_VERSION 8.2.0
24+
ENV NODE_VERSION 8.2.1
2525

2626
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2727
&& curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

0 commit comments

Comments
 (0)