fix: Docker remove apk tools from docker image (no-changelog) (#16093)

This commit is contained in:
shortstacked
2025-06-06 13:38:45 +01:00
committed by GitHub
parent 969552aeae
commit 5437c3be4a

View File

@@ -67,6 +67,7 @@ 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