Skip to content

Commit c67357f

Browse files
authored
[codespaces] Fix V8 error when running lib tests (#86871)
1 parent 1d2a203 commit c67357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/wasm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SHELL ["/bin/bash", "-c"]
3333
RUN source /usr/local/share/nvm/nvm.sh && nvm install --lts
3434

3535
# 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 \
36+
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 \
3737
&& unzip ./v8.zip -d /usr/local/v8 \
3838
&& echo $'#!/usr/bin/env bash\n\
3939
"/usr/local/v8/d8" --snapshot_blob="/usr/local/v8/snapshot_blob.bin" "$@"\n' > /usr/local/bin/v8 \

0 commit comments

Comments
 (0)