From 6ec7a5f5e47fe5080d4ce76b9a19cc7e3a9b92d1 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 2 Sep 2023 22:59:35 -0400 Subject: [PATCH] Bump node version used to next LTS --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index ce96320ad2..8762089d0a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim AS build # replace shell with bash so we can source files RUN curl --silent -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.1/install.sh | sh -ENV NODE_VERSION 14.18.1 +ENV NODE_VERSION 20.5.1 ENV NVM_DIR /root/.nvm ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules