From 5ca58ac74ab7f92e70cbc4dff3777924363bc5ac Mon Sep 17 00:00:00 2001 From: Chris Steege <56660047+steegecs@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:28:27 -0400 Subject: [PATCH] [DAT-2562]; Update node version to address security vulnerability (#2535) Co-authored-by: Sam --- dashboard/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile index 0eaf32ae48..ef2e089f4c 100644 --- a/dashboard/Dockerfile +++ b/dashboard/Dockerfile @@ -1,7 +1,5 @@ # pull the base image -FROM node:lts-alpine - -RUN apk update && apk upgrade +FROM node:20 # set the working direction WORKDIR /app