Upgrade to Zig 0.14.1

This commit is contained in:
Karl Seguin
2025-05-24 19:55:50 +08:00
parent 7cc332a96e
commit bcc4980189
5 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
FROM ubuntu:24.04
ARG MINISIG=0.12
ARG ZIG=0.14.0
ARG ZIG=0.14.1
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
ARG ARCH=x86_64
ARG V8=11.1.134
ARG V8=13.6.233.8
ARG ZIG_V8=v0.1.24
RUN apt-get update -yq && \