Skip to content

Commit

Permalink
node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
shortjared committed Jan 15, 2018
1 parent da3c374 commit 285cf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 8.8.1
ENV NODE_VERSION 8.9.4

RUN yum update -y
RUN yum install xz -y
Expand Down
2 changes: 1 addition & 1 deletion serverless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 8.8.1
ENV NODE_VERSION 8.9.4

RUN yum update -y
RUN yum install xz -y
Expand Down

0 comments on commit 285cf77

Please sign in to comment.