Skip to content

Commit 018547b

Browse files
Update dev NodeJS
1 parent 3c7048b commit 018547b

File tree

2 files changed

+54
-53
lines changed

2 files changed

+54
-53
lines changed

docker/ruby/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ RUN apt-get update && apt-get install -y build-essential libpq-dev nodejs npm
77
# Install Penthouse JS Dependencies
88
RUN apt-get install -y libpangocairo-1.0-0 libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libxi6 libxtst6 libnss3 libcups2 libxss1 libxrandr2 libgconf2-4 libasound2 libatk1.0-0 libgtk-3-0
99

10+
# Configure Node/NPM
1011
RUN npm cache clean -f
1112
RUN npm install -g n
12-
RUN n 8.9.3
13-
RUN ln -sf /usr/local/n/versions/node/8.9.3/bin/node /usr/bin/nodejs
13+
RUN n 10.15.1
14+
RUN ln -sf /usr/local/n/versions/node/10.15.1/bin/node /usr/bin/nodejs
1415

1516
ENV BUNDLE_PATH /gems
1617

package-lock.json

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)