Skip to content

Commit

Permalink
Merge pull request rehanhaider#5 from askpatrickw/patch-1
Browse files Browse the repository at this point in the history
Use LTS NodeJS
  • Loading branch information
rehanhaider authored Aug 17, 2022
2 parents 26da5de + 46dab48 commit 9609678
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
Expand Up @@ -15,7 +15,7 @@ ENV LANGUAGE en_US.UTF-8
RUN apt-get update \
&& apt-get install --no-install-recommends -qy git curl bash

RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
RUN apt-get install -y nodejs

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 9609678

Please sign in to comment.