We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d55362 commit 0c99cf2Copy full SHA for 0c99cf2
.github/workflows/build-release.yml
@@ -22,7 +22,7 @@ jobs:
22
- arch: x86_64
23
os: linux
24
build_arch: amd64
25
- zig_docker_version: 0.12.0-dev.3439-31a7f22b8
+ zig_docker_version: 0.12.0-dev.3518-d2be725e4
26
name: build-release
27
runs-on: ubuntu-latest
28
permissions:
Dockerfile
@@ -1,5 +1,5 @@
1
# This dockerfile is used to build v8.
2
-ARG ZIG_DOCKER_VERSION=0.12.0-dev.3439+31a7f22b8
+ARG ZIG_DOCKER_VERSION=0.12.0-dev.3518+d2be725e4
3
FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build
4
5
ARG OS=linux
0 commit comments