build: Fix docker build after Node 22 update (#16174)

This commit is contained in:
Elias Meire
2025-06-10 17:39:52 +02:00
committed by GitHub
parent aa03110f2e
commit b7c9d4e3b2
3 changed files with 11 additions and 16 deletions

View File

@@ -67,7 +67,6 @@ RUN \
# Install npm 11.4.1 to fix the vulnerable cross-spawn dependency
RUN npm install -g npm@11.4.1
RUN apk --purge del apk-tools
ENV SHELL /bin/sh
USER node