Skip to content

Commit 0c99cf2

Browse files
committed
upgrade to zig 0.12.0-dev.3518+d2be725e4
1 parent 2d55362 commit 0c99cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- arch: x86_64
2323
os: linux
2424
build_arch: amd64
25-
zig_docker_version: 0.12.0-dev.3439-31a7f22b8
25+
zig_docker_version: 0.12.0-dev.3518-d2be725e4
2626
name: build-release
2727
runs-on: ubuntu-latest
2828
permissions:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This dockerfile is used to build v8.
2-
ARG ZIG_DOCKER_VERSION=0.12.0-dev.3439+31a7f22b8
2+
ARG ZIG_DOCKER_VERSION=0.12.0-dev.3518+d2be725e4
33
FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build
44

55
ARG OS=linux

0 commit comments

Comments
 (0)