Skip to content

Commit

Permalink
Merge pull request #73 from pabloromeo/experimental
Browse files Browse the repository at this point in the history
Upgrading Node 12 to LTS
  • Loading branch information
pabloromeo authored Sep 7, 2021
2 parents 4199e46 + 4b5a8ea commit da7b5cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pms/docker-mod/root/etc/cont-init.d/92-install-nodejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ else
echo "**** install 'n' ****"
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n
echo "**** install nodejs ****"
bash n 12
bash n lts
fi

2 changes: 1 addition & 1 deletion pms/extended-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "**** install runtime packages ****" && \
echo "**** install 'n' ****" && \
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n && \
echo "**** install nodejs ****" && \
bash n 12 && \
bash n lts && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ else
echo "**** install 'n' ****"
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n
echo "**** install nodejs ****"
bash n 12
bash n lts
fi

2 changes: 1 addition & 1 deletion worker/extended-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "**** install runtime packages ****" && \
echo "**** install 'n' ****" && \
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n && \
echo "**** install nodejs ****" && \
bash n 12 && \
bash n lts && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \
Expand Down

0 comments on commit da7b5cb

Please sign in to comment.