There was an error while loading. Please reload this page.
1 parent e73d69e commit 35700fcCopy full SHA for 35700fc
1 file changed
src/cbl-mariner/2.0/crossdeps/amd64/Dockerfile
@@ -27,7 +27,7 @@ RUN tdnf update -y && \
27
powershell
28
29
# Validate checksums with keyring after https://github.com/microsoft/azurelinux/issues/3142 is resolved
30
-ENV NODE_VERSION=20.11.1
+ENV NODE_VERSION=22.16.0
31
RUN mkdir /usr/share/node && \
32
curl -O https://nodejs.org/dist/v${NODE_VERSION}/SHASUMS256.txt && \
33
curl -O -sSL https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz && \
0 commit comments