From 6c08730b47341889f9712efa500d3c5eda57476a Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Fri, 15 Apr 2022 23:37:39 -0400 Subject: [PATCH] refactor: Bump to NodeJS v16.x --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3e8c3c..8153fe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN \ apt-get -y update \ && apt-get -y install --no-install-recommends \ curl \ - && curl -sL https://deb.nodesource.com/setup_14.x | bash - \ + && curl -sL https://deb.nodesource.com/setup_16.x | bash - \ && apt-get -y update \ && apt-get -y install --no-install-recommends \ clang-format \