We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c1365 commit 52322daCopy full SHA for 52322da
packages/owl-bot/Dockerfile.backend
@@ -25,7 +25,7 @@ RUN apt-get update && \
25
rm -rf /var/lib/apt/lists/*
26
27
# 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/
+RUN rm -rf /usr/lib/node_modules/npm/node_modules/cross-spawn/
29
30
# Stage 1: Build
31
FROM NODE_BASE AS BUILD
0 commit comments