feat: Update to new Node 18 LTS version.

This commit is contained in:
Peter Johanson 2022-10-25 23:14:35 -04:00 committed by Pete Johanson
parent 15c1cac704
commit 64526ce2de

View File

@ -45,7 +45,7 @@ RUN \
apt-get -y update \ apt-get -y update \
&& apt-get -y install --no-install-recommends \ && apt-get -y install --no-install-recommends \
curl \ curl \
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \ && curl -sL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get -y update \ && apt-get -y update \
&& apt-get -y install --no-install-recommends \ && apt-get -y install --no-install-recommends \
clang-format \ clang-format \