We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a19e0 commit a9d5686Copy full SHA for a9d5686
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:20-alpine
2
3
# we need to update npm to update cross-spawn to a version higher than or equal to 7.0.6 to avoid a critical vulnerability
4
-RUN npm update -g npm
+# RUN npm update -g npm
5
6
COPY ./ /app/
7
WORKDIR /app/
0 commit comments