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 17b20e1 commit 048a000Copy full SHA for 048a000
.github/workflows/build-deps.yml
@@ -13,7 +13,7 @@ on:
13
env:
14
REGISTRY: ghcr.io
15
IMAGE_NAME: lightpanda-io/browsercore-deps
16
- ZIG_DOCKER_VERSION: 0.12.0-dev.1773-8a8fd47d2
+ ZIG_DOCKER_VERSION: 0.12.0-dev.3518-d2be725e4
17
18
jobs:
19
build-deps:
Dockerfile.deps
@@ -1,7 +1,7 @@
1
# This dockerfile is used to build browsercore vendor dependencies except
2
# jsruntime-lib v8.
3
# jsruntime-lib v8 is built via zig-v8-fork/Dockerfile.
4
-ARG ZIG_DOCKER_VERSION=0.11.0
+ARG ZIG_DOCKER_VERSION=0.12.0-dev.3518-d2be725e4
5
FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build
6
7
# Install required dependencies
0 commit comments