Skip to content

Commit

Permalink
upgrade nodejs from v16 to v18 (pinterest#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 authored and aidenprice committed Jan 3, 2024
1 parent 2a3453e commit 98e65c3
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 @@ -16,7 +16,7 @@ RUN rm -rf /var/lib/apt/lists/* \
build-essential \
libssl-dev \
libldap2-dev \
&& curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y --allow-downgrades --allow-remove-essential --allow-change-held-packages \
nodejs \
&& apt-get clean
Expand Down

0 comments on commit 98e65c3

Please sign in to comment.