Merge branch '3.0-branch' into 3.2-branch

* Bring in Node version bump, deps bumps, etc.
This commit is contained in:
Peter Johanson
2022-10-28 22:47:05 -04:00
2 changed files with 32 additions and 38 deletions

View File

@@ -45,7 +45,7 @@ RUN \
apt-get -y update \
&& apt-get -y install --no-install-recommends \
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 install --no-install-recommends \
clang-format \