Skip to content

Commit a47f7ea

Browse files
zig
1 parent 8b82889 commit a47f7ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM rust:bookworm
33
RUN mkdir -p /usr/src/qsc
44
WORKDIR /usr/src/qsc
55

6-
ARG ZIG_VERSION=0.12.0-dev.2834+30f15e3af
7-
ARG ZIGBUILD_VERSION=0.18.3
6+
ARG ZIG_VERSION=0.14.0-dev.1472+3929cac15
7+
ARG ZIGBUILD_VERSION=0.19.1
88

99
RUN curl -fsSLo /zig.tar.xz \
1010
"https://ziglang.org/builds/zig-linux-$(uname -m)-${ZIG_VERSION}.tar.xz"

0 commit comments

Comments
 (0)