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 ac855af commit f0e75c6Copy full SHA for f0e75c6
.github/actions/install/action.yml
@@ -21,7 +21,7 @@ inputs:
21
zig-v8:
22
description: 'zig v8 version to install'
23
required: false
24
- default: 'v0.1.33'
+ default: 'v0.1.34'
25
v8:
26
description: 'v8 version to install'
27
Dockerfile
@@ -4,7 +4,7 @@ ARG MINISIG=0.12
4
ARG ZIG=0.15.2
5
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
6
ARG V8=14.0.365.4
7
-ARG ZIG_V8=v0.1.33
+ARG ZIG_V8=v0.1.34
8
ARG TARGETPLATFORM
9
10
RUN apt-get update -yq && \
0 commit comments