Skip to content

Commit 35700fc

Browse files
authored
Fix vulnerability NodeJs (Npm) Security Update for cross-spawn (GHSA-3xgq-45jj-v275) · Issue #240 (#1464)
1 parent e73d69e commit 35700fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cbl-mariner/2.0/crossdeps/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN tdnf update -y && \
2727
powershell
2828

2929
# Validate checksums with keyring after https://github.com/microsoft/azurelinux/issues/3142 is resolved
30-
ENV NODE_VERSION=20.11.1
30+
ENV NODE_VERSION=22.16.0
3131
RUN mkdir /usr/share/node && \
3232
curl -O https://nodejs.org/dist/v${NODE_VERSION}/SHASUMS256.txt && \
3333
curl -O -sSL https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz && \

0 commit comments

Comments
 (0)