From 152f7ab2f8e5c4183639d0fdcb077c34ba5e8e10 Mon Sep 17 00:00:00 2001 From: Chris Steege Date: Mon, 29 Apr 2024 17:23:11 -0400 Subject: [PATCH] Update node version --- 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