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 726a0da commit 139c4f6Copy full SHA for 139c4f6
1 file changed
docker/frontend/Dockerfile
@@ -55,7 +55,7 @@ ENV NODE_ENV=production
55
# Fix CVE-2026-23745: Update npm's bundled tar to 7.5.7 in runner stage
56
# Fix CVE-2026-25547: Update npm's bundled @isaacs/brace-expansion to 5.0.1
57
# Combined into single RUN to reduce layers
58
-Note: Must download tar with npm pack BEFORE removing the old tar (npm needs it)
+# Note: Must download tar with npm pack BEFORE removing the old tar (npm needs it)
59
RUN cd /tmp && \
60
npm pack tar@7.5.7 && \
61
tar -xzf tar-7.5.7.tgz && \
0 commit comments