From 3e0006f2431dd2fcd6406e2a58d16683339c5f2f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 23 Apr 2024 08:52:15 +0200 Subject: [PATCH] fix(core): update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8da323..d7b336a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL author="Task Venture Capital GmbH " WORKDIR /workspace # important environment variables -ENV NODE_VERSION_LTS="18.15.0" NODE_VERSION_STABLE="18.15.0" NVM_DIR="/usr/local/nvm" +ENV NODE_VERSION_LTS="20.12.2" NODE_VERSION_STABLE="20.12.2" NVM_DIR="/usr/local/nvm" # Set debconf to run non-interactively and install packages RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \