Skip to content

Commit

Permalink
upgrade nodejs from v16 to v18 (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 authored Jun 15, 2023
1 parent 4394112 commit 68d92f4
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 68d92f4

Please sign in to comment.