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