Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Downgrade Dockerfile Node to 8.11.1
Browse files Browse the repository at this point in the history
Follow-on to 4611266
v8.11.1 is active stable LTS - we should strive to use these (even numbered major release)

v9.11.1 is the current release, but not guaranteed to be stable (odd-numbered major release)

see https://github.com/nodejs/Release#release-schedule
  • Loading branch information
jjhampton committed Apr 21, 2018
1 parent ca28b55 commit 71ee333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile
FROM node:9.11.1
FROM node:8.11.1

ENV IN_DOCKER true

Expand Down

1 comment on commit 71ee333

@jjhampton
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.