From fc51063f7a742cfdb4222715d28a74ed3650d041 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 14 Jun 2021 12:17:15 +0100 Subject: [PATCH] Upgrade to Node 14 --- dockerbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerbuild/Dockerfile b/dockerbuild/Dockerfile index 510363a..3e9566f 100644 --- a/dockerbuild/Dockerfile +++ b/dockerbuild/Dockerfile @@ -30,7 +30,7 @@ ENV LC_ALL C.UTF-8 ENV DEBUG_COLORS true ENV FORCE_COLOR true -ENV NODE_VERSION 12.16.1 +ENV NODE_VERSION 14.17.0 # 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 && \