We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b82889 commit a47f7eaCopy full SHA for a47f7ea
Dockerfile
@@ -3,8 +3,8 @@ FROM rust:bookworm
3
RUN mkdir -p /usr/src/qsc
4
WORKDIR /usr/src/qsc
5
6
-ARG ZIG_VERSION=0.12.0-dev.2834+30f15e3af
7
-ARG ZIGBUILD_VERSION=0.18.3
+ARG ZIG_VERSION=0.14.0-dev.1472+3929cac15
+ARG ZIGBUILD_VERSION=0.19.1
8
9
RUN curl -fsSLo /zig.tar.xz \
10
"https://ziglang.org/builds/zig-linux-$(uname -m)-${ZIG_VERSION}.tar.xz"
0 commit comments