We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2a203 commit c67357fCopy full SHA for c67357f
.devcontainer/wasm/Dockerfile
@@ -33,7 +33,7 @@ SHELL ["/bin/bash", "-c"]
33
RUN source /usr/local/share/nvm/nvm.sh && nvm install --lts
34
35
# Install V8 Engine
36
-RUN curl -sSL "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/linux/chromium-v8/v8-linux64-rel-8.5.183.zip" -o ./v8.zip \
+RUN curl -sSL "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/linux/chromium-v8/v8-linux64-rel-10.8.168.zip" -o ./v8.zip \
37
&& unzip ./v8.zip -d /usr/local/v8 \
38
&& echo $'#!/usr/bin/env bash\n\
39
"/usr/local/v8/d8" --snapshot_blob="/usr/local/v8/snapshot_blob.bin" "$@"\n' > /usr/local/bin/v8 \
0 commit comments