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.
2 parents e4edbd7 + aa7af11 commit 6ff2757Copy full SHA for 6ff2757
1 file changed
src/azurelinux/3.0/net11.0/webassembly/amd64/Dockerfile
@@ -12,13 +12,10 @@ RUN tdnf update -y \
12
libxml2 \
13
unzip
14
15
-# WebAssembly build needs typescript
16
-RUN npm i -g typescript
17
-
18
# Install V8 Engine
19
SHELL ["/bin/bash", "-c"]
20
21
-ENV V8_VERSION=10.8.168
+ENV V8_VERSION=15.1.103
22
RUN curl -sSL https://netcorenativeassets.blob.core.windows.net/resource-packages/external/linux/chromium-v8/v8-linux64-rel-${V8_VERSION}.zip -o ./v8.zip \
23
&& unzip ./v8.zip -d /usr/local/v8 \
24
&& echo $'#!/usr/bin/env bash\n\
0 commit comments