Skip to content

Commit

Permalink
Update zig-cc and zigbuild versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev committed Sep 12, 2023
1 parent d6511b7 commit 4e5ccab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ main() {

install_zig() {
local platform="${1}"
local version="0.10.0"
local version="0.11.0"
local dst="/opt/zig"
local arch=
local os=
Expand Down Expand Up @@ -119,7 +119,7 @@ install_zig_source() {

install_zigbuild() {
local platform="${1}"
local version="0.14.1"
local version="0.17.2"
local dst="/usr/local"
local triple=

Expand Down

0 comments on commit 4e5ccab

Please sign in to comment.