Merge pull request #493 from lightpanda-io/upgrade-jsruntime

upgrade vendor/zig-js-runtime
This commit is contained in:
Pierre Tachoire
2025-03-27 14:40:28 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ inputs:
zig-v8:
description: 'zig v8 version to install'
required: false
default: 'v0.1.14'
default: 'v0.1.16'
v8:
description: 'v8 version to install'
required: false

View File

@@ -5,7 +5,7 @@ ARG ZIG=0.14.0
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
ARG ARCH=x86_64
ARG V8=11.1.134
ARG ZIG_V8=v0.1.14
ARG ZIG_V8=v0.1.16
RUN apt-get update -yq && \
apt-get install -yq xz-utils \