From b9ab98d630012132783ac8ee263634ad919188f6 Mon Sep 17 00:00:00 2001 From: Jeremy Weinstein Date: Tue, 1 Feb 2022 09:05:58 -0800 Subject: [PATCH] build: update node version to 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 798a6830..e3e68b99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Source and install. -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \ +RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \ && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \ && curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \