From a8c78674bd15ec1564b6bae5270ba0b5a772f16f Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Mon, 6 Jun 2022 11:52:22 +0200 Subject: [PATCH] Upgrade NodeJS to version 16 LTS (#2664) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb526f1e7e..d398bfa000 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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