Browse Source

ensure we use the patched npm cli of latest nodejs in build progress

We have to track the version
pull/1024/head
Philip H 2 years ago
committed by GitHub
parent
commit
6b4e3253c4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -3,7 +3,7 @@
FROM docker.io/library/node:18-alpine AS build_node_modules
# Update npm to latest version
RUN npm install -g npm@latest
RUN npm install -g npm@10.5.2
# Copy Web UI
COPY src /app

Loading…
Cancel
Save