Skip to content

Commit

Permalink
Merge pull request #51 from yahonda/use_node_18_lts
Browse files Browse the repository at this point in the history
Install Node v18 LTS from NodeSource
  • Loading branch information
guilleiguaran authored Jun 21, 2023
2 parents 4a9121f + e7964c6 commit e510cc4
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 @@ -26,7 +26,7 @@ RUN echo "--- :ruby: Updating RubyGems and Bundler" \
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ ${codename}-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
# Node apt sources
&& curl -sS https://deb.nodesource.com/gpgkey/nodesource.gpg.key | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
&& echo "deb http://deb.nodesource.com/node_16.x ${codename} main" > /etc/apt/sources.list.d/nodesource.list \
&& echo "deb http://deb.nodesource.com/node_18.x ${codename} main" > /etc/apt/sources.list.d/nodesource.list \
# Yarn apt sources
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
&& echo "deb http://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
Expand Down

0 comments on commit e510cc4

Please sign in to comment.