Skip to content

Commit 52322da

Browse files
authored
build: fix cross-spawn location (#5784)
1 parent 52c1365 commit 52322da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/owl-bot/Dockerfile.backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && \
2525
rm -rf /var/lib/apt/lists/*
2626

2727
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
28-
RUN rm -rf /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
28+
RUN rm -rf /usr/lib/node_modules/npm/node_modules/cross-spawn/
2929

3030
# Stage 1: Build
3131
FROM NODE_BASE AS BUILD

0 commit comments

Comments
 (0)