Skip to content

Commit 4cd6792

Browse files
chore: update zig dependency in devcontainer (#2076)
Updates the `ZIG_VERSION` argument in `.devcontainer/Dockerfile` from `0.16.0-dev.2349+204fa8959` to the latest version available on the ziglang master branch `0.16.0-dev.2877+627f03af9`. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 12014b2 commit 4cd6792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mcr.microsoft.com/devcontainers/base:trixie
22

3-
ARG ZIG_VERSION=0.16.0-dev.2349+204fa8959
3+
ARG ZIG_VERSION=0.16.0-dev.2877+627f03af9
44

55
ENV GOPATH=/go
66
ENV RUSTUP_HOME=/usr/local/rustup \

0 commit comments

Comments
 (0)