Skip to content

Commit c4b265d

Browse files
authored
Update npm version in azurelinux-3.0-net8.0-webassembly-amd64 (#1340)
1 parent 8b214a6 commit c4b265d

File tree

1 file changed

+1
-1
lines changed
  • src/azurelinux/3.0/net8.0/webassembly/amd64

1 file changed

+1
-1
lines changed

src/azurelinux/3.0/net8.0/webassembly/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN mkdir ${EMSCRIPTEN_PATH} \
3535
# update packages to non-vulnerable versions
3636
&& export PATH=$PATH:${EMSDK_PATH}/node/${NODE_VERSION_IN_EMSDK}/bin \
3737
&& cd ${EMSDK_PATH}/node/${NODE_VERSION_IN_EMSDK}/lib \
38-
&& npm install npm@latest \
38+
&& npm install npm@9 \
3939
&& npm prune --production \
4040
&& cd ${EMSDK_PATH}/upstream/emscripten \
4141
&& jq 'del(.devDependencies)' package.json > package.json.tmp && mv package.json.tmp package.json \

0 commit comments

Comments
 (0)