Skip to content

Commit 003e95e

Browse files
authored
Merge pull request #33 from ouranos/feature/bump-node
Bump node version
2 parents 8ababe4 + c39b9ed commit 003e95e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2.3/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 6.12.0
30+
ENV NODE_VERSION 6.14.4
3131

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

0 commit comments

Comments
 (0)