From c06349d814e4ed7903b37b85c98aab62cd838f6f Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 8 Nov 2022 09:53:31 +0000 Subject: [PATCH] [Backport staging] Update to Node 16 (#442) Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- dockerbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerbuild/Dockerfile b/dockerbuild/Dockerfile index d7d07061..02a821c3 100644 --- a/dockerbuild/Dockerfile +++ b/dockerbuild/Dockerfile @@ -31,7 +31,7 @@ ENV LC_ALL C.UTF-8 ENV DEBUG_COLORS true ENV FORCE_COLOR true -ENV NODE_VERSION 14.17.0 +ENV NODE_VERSION 16.18.1 # this package is used for snapcraft and we should not clear apt list - to avoid apt-get update during snap build RUN curl -L https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz | tar xz -C /usr/local --strip-components=1 && \