bump to latest node version

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2022-04-06 11:34:18 -06:00
parent 1f2c8cf58d
commit 3ba6bf5c8e
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/*
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
ENV LANG=en_US.utf8
#ENV NODE_VERSION=v12.22.6
ENV NODE_VERSION=v16.14.0
ENV NODE_VERSION=v16.14.2
ENV NODE_ENV=production
# install build deps