Skip to content

Commit a9d5686

Browse files
committed
test commit to see scan fail
1 parent 05a19e0 commit a9d5686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:20-alpine
22

33
# 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
4+
# RUN npm update -g npm
55

66
COPY ./ /app/
77
WORKDIR /app/

0 commit comments

Comments
 (0)