Skip to content

Commit 6ff2757

Browse files
authored
V8_VERSION=15.1.103 (#1679)
2 parents e4edbd7 + aa7af11 commit 6ff2757

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • src/azurelinux/3.0/net11.0/webassembly/amd64

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ RUN tdnf update -y \
1212
libxml2 \
1313
unzip
1414

15-
# WebAssembly build needs typescript
16-
RUN npm i -g typescript
17-
1815
# Install V8 Engine
1916
SHELL ["/bin/bash", "-c"]
2017

21-
ENV V8_VERSION=10.8.168
18+
ENV V8_VERSION=15.1.103
2219
RUN curl -sSL https://netcorenativeassets.blob.core.windows.net/resource-packages/external/linux/chromium-v8/v8-linux64-rel-${V8_VERSION}.zip -o ./v8.zip \
2320
&& unzip ./v8.zip -d /usr/local/v8 \
2421
&& echo $'#!/usr/bin/env bash\n\

0 commit comments

Comments
 (0)