diff --git a/Dockerfile b/Dockerfile index a5957ab..ea500cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ # nodejs 20 hangs on build with armv6/armv7 FROM docker.io/library/node:18-alpine AS build_node_modules -# Update npm to patched version of latest nodejs lts -RUN npm install -g npm@10.5.2 +# Update npm to latest +RUN npm install -g npm@latest # Copy Web UI COPY src /app