Skip to content

Commit 139c4f6

Browse files
authored
fix: comment Dockerfile note to prevent syntax error
1 parent 726a0da commit 139c4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENV NODE_ENV=production
5555
# Fix CVE-2026-23745: Update npm's bundled tar to 7.5.7 in runner stage
5656
# Fix CVE-2026-25547: Update npm's bundled @isaacs/brace-expansion to 5.0.1
5757
# Combined into single RUN to reduce layers
58-
Note: Must download tar with npm pack BEFORE removing the old tar (npm needs it)
58+
# Note: Must download tar with npm pack BEFORE removing the old tar (npm needs it)
5959
RUN cd /tmp && \
6060
npm pack tar@7.5.7 && \
6161
tar -xzf tar-7.5.7.tgz && \

0 commit comments

Comments
 (0)