Upgrade NodeJS to version 16 LTS (#2664)

This commit is contained in:
Mauro Amico
2022-06-06 11:52:22 +02:00
committed by GitHub
parent a49de96416
commit a8c78674bd
+1 -1
View File
@@ -31,7 +31,7 @@ RUN apt-get update && \
echo 'pretixuser ALL=(ALL) NOPASSWD:SETENV: /usr/bin/supervisord' >> /etc/sudoers && \
mkdir /static && \
mkdir /etc/supervisord && \
curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash - && \
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
apt-get install -y nodejs && \
curl -qL https://www.npmjs.com/install.sh | sh